LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
docs/contributing.md
reveal/__init__.py
reveal/abuse/__init__.py
reveal/abuse/classifier.py
reveal/abuse/detector.py
reveal/abuse/patterns.py
reveal/abuse/reporter.py
reveal/cryptanalysis/__init__.py
reveal/cryptanalysis/anomaly.py
reveal/cryptanalysis/entropy.py
reveal/cryptanalysis/ngrams.py
reveal/dictionaries/geo_words.json
reveal/dictionaries/groom_words.json
reveal/dictionaries/harm_words.json
reveal/dictionaries/help_words.json
reveal/dictionaries/prop_dict.json
reveal/dictionaries/prop_words.json
reveal/harm/__init__.py
reveal/harm/detector.py
reveal/harm/reporter.py
reveal/harm/sentiment.py
reveal/linguistic/__init__.py
reveal/linguistic/pov.py
reveal/linguistic/tone.py
reveal/linguistic/voice.py
reveal/reasoning/__init__.py
reveal/reasoning/reporter.py
reveal/reasoning/scorer.py
reveal_nlp.egg-info/PKG-INFO
reveal_nlp.egg-info/SOURCES.txt
reveal_nlp.egg-info/dependency_links.txt
reveal_nlp.egg-info/requires.txt
reveal_nlp.egg-info/top_level.txt
tests/test_abuse.py
tests/test_anomaly.py
tests/test_entropy.py
tests/test_harm_detector.py
tests/test_ngrams.py
tests/test_pov.py
tests/test_reporter.py
tests/test_scorer.py
tests/test_sentiment.py
tests/test_tone.py
tests/test_voice.py