# NLP12 **Repository Path**: darkStone/NLP12 ## Basic Information - **Project Name**: NLP12 - **Description**: 关键词提取,命名实体识别,依存分析,nlp相关任务 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2021-03-16 - **Last Updated**: 2021-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NLP12 关键词提取,命名实体识别,依存分析,nlp相关任务 3.1 手动实现TextRank算法- text_rank.py 3.2 使用词向量和k-means的方法寻找关键词- k-means_key_word.py 3.3 提取新闻人物里的对话- get_conversation.py