LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
notnews/__init__.py
notnews/normalizer.py
notnews/pred_soft_news.py
notnews/pred_soft_news_uk.py
notnews/pred_soft_news_us.py
notnews/pred_what_news_us.py
notnews/soft_news_url_cat.py
notnews/soft_news_url_cat_uk.py
notnews/soft_news_url_cat_us.py
notnews/utils.py
notnews.egg-info/PKG-INFO
notnews.egg-info/SOURCES.txt
notnews.egg-info/dependency_links.txt
notnews.egg-info/entry_points.txt
notnews.egg-info/requires.txt
notnews.egg-info/top_level.txt
notnews/data/uk_model/url_uk_classifier.joblib
notnews/data/uk_model/url_uk_vectorizer.joblib
notnews/data/us_model/nyt_us_classifier.joblib
notnews/data/us_model/nyt_us_soft_news_classifier.joblib
notnews/data/us_model/nyt_us_soft_news_vectorizer.joblib
notnews/data/us_model/nyt_us_vectorizer.joblib
notnews/tests/__init__.py
notnews/tests/sample_uk.csv
notnews/tests/sample_us.csv
notnews/tests/test_010_soft_news_url_cat.py
notnews/tests/test_020_pred_soft_news.py