├── README.md ├── SimHei.ttf ├── stopwords.txt ├── tf.jpeg ├── tfidf.jpeg ├── 中文自然语言处理--聚类与关键词提取.ipynb └── 语料.zip /README.md: -------------------------------------------------------------------------------- 1 | # chinese_nlp_tutorial_clustering_keywords_extraction 2 | 只是一个小测试 3 | 解压'语料.zip'到根目录 4 | -------------------------------------------------------------------------------- /SimHei.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aespresso/chinese_nlp_tutorial_clustering_keywords_extraction/HEAD/SimHei.ttf -------------------------------------------------------------------------------- /stopwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aespresso/chinese_nlp_tutorial_clustering_keywords_extraction/HEAD/stopwords.txt -------------------------------------------------------------------------------- /tf.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aespresso/chinese_nlp_tutorial_clustering_keywords_extraction/HEAD/tf.jpeg -------------------------------------------------------------------------------- /tfidf.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aespresso/chinese_nlp_tutorial_clustering_keywords_extraction/HEAD/tfidf.jpeg -------------------------------------------------------------------------------- /中文自然语言处理--聚类与关键词提取.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aespresso/chinese_nlp_tutorial_clustering_keywords_extraction/HEAD/中文自然语言处理--聚类与关键词提取.ipynb -------------------------------------------------------------------------------- /语料.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aespresso/chinese_nlp_tutorial_clustering_keywords_extraction/HEAD/语料.zip --------------------------------------------------------------------------------