LICENSE
README.md
pyproject.toml
nusantara/__init__.py
nusantara/pipeline.py
nusantara/normalizer/__init__.py
nusantara/normalizer/emoji_conv.py
nusantara/normalizer/slang.py
nusantara/normalizer/data/emoji_dict.json
nusantara/normalizer/data/slang_dict.json
nusantara/stemmer/__init__.py
nusantara/stemmer/stemmer.py
nusantara/stemmer/kamus/kata_dasar.txt
nusantara/stopword/__init__.py
nusantara/stopword/remover.py
nusantara/stopword/data/stopwords_id.txt
nusantara/tokenizer/__init__.py
nusantara/tokenizer/tokenizer.py
nusantara_nlp.egg-info/PKG-INFO
nusantara_nlp.egg-info/SOURCES.txt
nusantara_nlp.egg-info/dependency_links.txt
nusantara_nlp.egg-info/top_level.txt
tests/test_all.py