1. Represents text documents as graph-of-words and extracts subgraph features through frequent subgraph mining to classify texts as a graph classification problem.
2. Uses gSpan algorithm to efficiently mine frequent subgraphs from the graph-of-words and selects the best minimum support threshold using the elbow method.
3. Evaluates on four datasets showing improved accuracy over bag-of-words models by capturing long-distance n-grams through subgraph features.