.gitignore
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
pyhanlp/__init__.py
pyhanlp/main.py
pyhanlp/server.py
pyhanlp/util.py
pyhanlp.egg-info/PKG-INFO
pyhanlp.egg-info/SOURCES.txt
pyhanlp.egg-info/dependency_links.txt
pyhanlp.egg-info/entry_points.txt
pyhanlp.egg-info/requires.txt
pyhanlp.egg-info/top_level.txt
pyhanlp/static/__init__.py
pyhanlp/static/hanlp.properties.in
pyhanlp/static/index.html
tests/__init__.py
tests/test_custom_dict.py
tests/test_hanlp.py
tests/test_multithread.py
tests/test_utility.py
tests/test_word2vec.py
tests/book/__init__.py
tests/book/ch01/__init__.py
tests/book/ch01/hello_word.py
tests/book/ch02/aho_corasick.py
tests/book/ch02/aho_corasick_double_array_trie.py
tests/book/ch02/backward_segment.py
tests/book/ch02/bidirectional_segment.py
tests/book/ch02/dat.py
tests/book/ch02/demo_acdat_segment.py
tests/book/ch02/demo_dat_segment.py
tests/book/ch02/demo_stopwords.py
tests/book/ch02/evaluate_cws.py
tests/book/ch02/forward_segment.py
tests/book/ch02/fully_segment.py
tests/book/ch02/speed_benchmark.py
tests/book/ch02/trie.py
tests/book/ch02/utility.py
tests/book/ch02/zipf_law.py
tests/book/ch03/__init__.py
tests/book/ch03/adjust_model.py
tests/book/ch03/demo_corpus_loader.py
tests/book/ch03/demo_custom_dict.py
tests/book/ch03/eval_bigram_cws.py
tests/book/ch03/japanese_segment.py
tests/book/ch03/msr.py
tests/book/ch03/ngram_segment.py
tests/book/ch03/sighan05_statistics.py
tests/book/ch04/__init__.py
tests/book/ch04/doctor_hmm.py
tests/book/ch04/hmm_cws.py
tests/book/ch05/__init__.py
tests/book/ch05/classify_name.py
tests/book/ch05/eval_perceptron_cws.py
tests/book/ch05/online_learning.py
tests/book/ch05/perceptron_cws.py
tests/book/ch05/plot_2d_sgd.py
tests/book/ch05/plot_3d_sgd.py
tests/book/ch05/plot_compressed_f1.py
tests/book/ch05/plot_corpus_ratio_f1.py
tests/book/ch05/plot_name.py
tests/book/ch06/__init__.py
tests/book/ch06/crfpp_train_hanlp_load.py
tests/book/ch06/evaluate_crf_cws.py
tests/book/ch06/plot_2d_newton.py
tests/book/ch06/plot_3d_sgd_newton.py
tests/book/ch07/__init__.py
tests/book/ch07/custom_corpus_pos.py
tests/book/ch07/custom_pos.py
tests/book/ch07/demo_crf_pos.py
tests/book/ch07/demo_hmm_pos.py
tests/book/ch07/demo_perceptron_pos.py
tests/book/ch07/evaluate_pos.py
tests/book/ch07/pku.py
tests/book/ch08/__init__.py
tests/book/ch08/demo_crf_ner.py
tests/book/ch08/demo_hmm_ner.py
tests/book/ch08/demo_msra_ner.py
tests/book/ch08/demo_num_eng.py
tests/book/ch08/demo_plane.py
tests/book/ch08/demo_role_tag_nr.py
tests/book/ch08/demo_role_tag_ns.py
tests/book/ch08/demo_role_tag_nt.py
tests/book/ch08/demo_sp_ner.py
tests/book/ch08/msra_ner.py
tests/book/ch09/__init__.py
tests/book/ch09/demo_extract_word.py
tests/book/ch09/demo_term_freq.py
tests/book/ch09/demo_tfidf.py
tests/book/ch10/__init__.py
tests/book/ch10/demo_clustering_f.py
tests/book/ch10/demo_get_bow_vec.py
tests/book/ch10/demo_text_clustering.py
tests/book/ch11/__init__.py
tests/book/ch11/demo_load_text_classification_corpus.py
tests/book/ch11/demo_svm_text_classification.py
tests/book/ch11/demo_text_classification.py
tests/book/ch11/demo_text_classification_evaluation.py
tests/book/ch12/__init__.py
tests/book/ch12/demo_train_parser.py
tests/book/ch12/opinion_mining.py
tests/book/ch13/__init__.py
tests/book/ch13/demo_neual_parser.py
tests/book/ch13/demo_word2vec.py
tests/book/ch13/sigmoid.py
tests/demos/README.md
tests/demos/demo_CRF_lexical_analyzer.py
tests/demos/demo_NLP_segment.py
tests/demos/demo_NShort_segment.py
tests/demos/demo_URL_recognition.py
tests/demos/demo_at_first_sight.py
tests/demos/demo_basic_tokenizer.py
tests/demos/demo_chinese_name_recognition.py
tests/demos/demo_custom_dictionary.py
tests/demos/demo_custom_nature.py
tests/demos/demo_dependency_parser.py
tests/demos/demo_download_again.py
tests/demos/demo_high_speed_segment.py
tests/demos/demo_index_segment.py
tests/demos/demo_japanese_name_recognition.py
tests/demos/demo_keyword.py
tests/demos/demo_normalization.py
tests/demos/demo_notional_tokenizer.py
tests/demos/demo_number_and_quantifier_recognition.py
tests/demos/demo_occurrence.py
tests/demos/demo_organization_recognition.py
tests/demos/demo_perceptron_lexical_analyzer.py
tests/demos/demo_phrase_extractor.py
tests/demos/demo_pinyin.py
tests/demos/demo_pinyin_to_chinese.py
tests/demos/demo_place_recognition.py
tests/demos/demo_pos_tagging.py
tests/demos/demo_rewrite_text.py
tests/demos/demo_sentiment_analysis.py
tests/demos/demo_stopword.py
tests/demos/demo_suggester.py
tests/demos/demo_summary.py
tests/demos/demo_text_classification.py
tests/demos/demo_text_clustering.py
tests/demos/demo_tokenizer_config.py
tests/demos/demo_traditional_chinese2simplified_chinese.py
tests/demos/demo_translated_name_recognition.py
tests/demos/demo_use_AhoCorasickDoubleArrayTrieSegment.py
tests/demos/demo_word_distance.py