News Article Analysis
See examples/news_article_analysis.py for the full source.
This example demonstrates:
- Tokenizing a news article with lemmatization
- Removing stopwords
- Building a co-occurrence graph with window=3
- Extracting the backbone
- Finding top nodes by degree centrality
- Building semantic graphs with CountVectorizer and TF-IDF