CHANGES.rst
MANIFEST.in
README.rst
requirements-dev.txt
requirements.txt
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/_build/html/_static/fix_rtd.css
docs/_static/fix_rtd.css
docs/api_references/index.rst
docs/api_references/datatypes/queue.rst
docs/api_references/datatypes/stack.rst
docs/api_references/nlp/dependence.rst
docs/api_references/nlp/hanziconverter.rst
docs/api_references/nlp/nertag.rst
docs/api_references/nlp/postag.rst
docs/api_references/nlp/segment.rst
docs/api_references/nlp/srl.rst
docs/api_references/nlp/stopwords.rst
docs/api_references/utils/common.rst
docs/api_references/utils/data.rst
docs/api_references/utils/file.rst
docs/api_references/utils/time.rst
docs/resources/index.rst
docs/resources/artificial_intelligence/viewpoints.rst
docs/resources/artificial_intelligence/what.rst
docs/resources/brain_computer_interface/others.rst
docs/resources/cognitive_science/books.rst
docs/resources/deep_learning/autoencoder.rst
docs/resources/deep_learning/cnn.rst
docs/resources/deep_learning/gan.rst
docs/resources/deep_learning/init.rst
docs/resources/deep_learning/memory_nn.rst
docs/resources/deep_learning/normalization.rst
docs/resources/deep_learning/rcurrent_nn.rst
docs/resources/deep_learning/recursive_nn.rst
docs/resources/deep_learning/seq2seq.rst
docs/resources/deep_learning/tools.rst
docs/resources/deep_learning/tricks.rst
docs/resources/links/downloads.rst
docs/resources/natural_language/answering_selection.rst
docs/resources/natural_language/language_modeling.rst
docs/resources/natural_language/others.rst
docs/resources/natural_language/question_answering.rst
docs/resources/natural_language/sources.rst
docs/resources/natural_language/word_extraction.rst
docs/resources/programming/python.rst
docs/resources/quantum/quantum_cognition.rst
docs/resources/speech_technology/speech2text.rst
docs/resources/speech_technology/text2speech.rst
docs/thinkings/index.rst
docs/thinkings/artificial_intelligence/5-hybrid-intelligence.rst
docs/thinkings/artificial_intelligence/ai_question_is_a_philosophical_question.rst
docs/thinkings/artificial_intelligence/face_recognition_review.rst
docs/thinkings/artificial_intelligence/how_nlp_understands_semantics.rst
docs/thinkings/artificial_intelligence/the_real_ai_in_my_mind.rst
docs/thinkings/cognitive_science/further_exploration_of_my_research_direction.rst
docs/thinkings/cognitive_science/preliminary_discussion_of_my_research_direction.rst
docs/thinkings/deep_learning/dl_system_perspective_en.rst
docs/thinkings/deep_learning/dl_system_perspective_zh.rst
docs/thinkings/deep_learning/from_qualitative_to_quantitative.rst
docs/thinkings/deep_learning/what_did_the_success_of_dl_prove.rst
docs/thinkings/deep_learning/why_dl_so_effective.rst
docs/thinkings/systems_theory/the_essence_of_the_world.rst
oujago/__init__.py
oujago.egg-info/PKG-INFO
oujago.egg-info/SOURCES.txt
oujago.egg-info/dependency_links.txt
oujago.egg-info/requires.txt
oujago.egg-info/top_level.txt
oujago/datatypes/__init__.py
oujago/datatypes/queue.py
oujago/datatypes/stack.py
oujago/nlp/__init__.py
oujago/nlp/dependence.py
oujago/nlp/fjconvert.py
oujago/nlp/nertag.py
oujago/nlp/postag.py
oujago/nlp/sdp.py
oujago/nlp/segment.py
oujago/nlp/sentence_split.py
oujago/nlp/srl.py
oujago/nlp/stopwords.py
oujago/nlu/__init__.py
oujago/nlu/tc.py
oujago/speech/__init__.py
oujago/utils/__init__.py
oujago/utils/common.py
oujago/utils/compression.py
oujago/utils/config.py
oujago/utils/data.py
oujago/utils/exception.py
oujago/utils/file.py
oujago/utils/time.py
oujago/vision/__init__.py
tests/__init__.py
tests/algorithms/__init__.py
tests/algorithms/test_datatypes.py
tests/nlp/__init__.py
tests/nlp/test_pos.py
tests/nlp/test_seg.py
tests/nlp/test_stopwords.py
tests/nlp/test_utils.py
tests/others/test_common.py
tests/utils/__init__.py
tests/utils/test_common.py
tests/utils/test_data.py