LICENSE
README.md
setup.py
xdnlp/__init__.py
xdnlp/utils.py
xdnlp.egg-info/PKG-INFO
xdnlp.egg-info/SOURCES.txt
xdnlp.egg-info/dependency_links.txt
xdnlp.egg-info/requires.txt
xdnlp.egg-info/top_level.txt
xdnlp/bert/__init__.py
xdnlp/bert/albert_encoder.py
xdnlp/bert/bert_encoder.py
xdnlp/bert/optimization.py
xdnlp/bert/tf_utils.py
xdnlp/bert/layers/__init__.py
xdnlp/bert/layers/on_device_embedding.py
xdnlp/bert/layers/position_embedding.py
xdnlp/bert/layers/self_attention_mask.py
xdnlp/bert/layers/transformer_encoder_block.py
xdnlp/classify/__init__.py
xdnlp/classify/utils.py
xdnlp/classify/bert/__init__.py
xdnlp/classify/bert/model.py
xdnlp/classify/naiveBayes/__init__.py
xdnlp/classify/naiveBayes/model.py
xdnlp/classify/naiveBayes/utils.py
xdnlp/classify/textCNN/__init__.py
xdnlp/classify/textCNN/model.py
xdnlp/classify/textRNN/__init__.py
xdnlp/classify/textRNN/model.py
xdnlp/data/ad.txt
xdnlp/data/letter_mapping.txt
xdnlp/data/pinyin.txt
xdnlp/gibberish/__init__.py
xdnlp/gibberish/gibberish.py
xdnlp/text/__init__.py
xdnlp/text/dom_tree.py
xdnlp/text/encoder.py
xdnlp/text/normalize.py
xdnlp/text/prefix_set.py
xdnlp/word_discover/__init__.py
xdnlp/word_discover/ngram.py
xdnlp/word_discover/word_discover.py