https://github.com/shibing624/text-feature
文本特征提取,适用于小说,论文,议论文等文本,提取词语、句子、依存关系等特征。python开发。
https://github.com/shibing624/text-feature
article feature nlp textrank
Last synced: 3 months ago
JSON representation
文本特征提取,适用于小说,论文,议论文等文本,提取词语、句子、依存关系等特征。python开发。
- Host: GitHub
- URL: https://github.com/shibing624/text-feature
- Owner: shibing624
- License: apache-2.0
- Created: 2017-03-11T01:53:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T13:41:25.000Z (over 7 years ago)
- Last Synced: 2025-04-30T18:43:40.760Z (6 months ago)
- Topics: article, feature, nlp, textrank
- Language: Python
- Size: 285 KB
- Stars: 41
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# text-feature
文本特征提取,适用于小说,论文,议论文等文本,提取词语、句子、依存关系等特征。python开发。代码有优化,结果在我的另一个项目中:authorship-identification.