文章分类 -  NLP

摘要:参考网站:https://nlp.stanford.edu/software/tokensregex.html To match a regular expression over tokens Programmatically, TokensRegex follows a similar para 阅读全文
posted @ 2017-09-25 15:23 wbinbin 阅读(795) 评论(0) 推荐(0)
摘要:环境准备 Eclipse或者IDEA,JDK1.8,Apache Maven(注意,3.5及以后的版本都需要Java8环境才能运行,如果不想在Java8运行的话,请使用以前的版本)。 建立好一个新的Maven工程,在pom文件中加入如下代码: 三个依赖包分别是CoreNlp的算法包、英文语料包、中文 阅读全文
posted @ 2017-09-25 15:15 wbinbin 阅读(2369) 评论(0) 推荐(0)
摘要:1、jieba 官网文档简介清晰,直接看就行;有多种语言的实现,使用方便; https://github.com/fxsjy/jieba 2、hanlp 官网文档简介清晰,直接看就行;功能较jieba多,使用液方便,java实现; http://hanlp.linrunsoft.com/doc/_b 阅读全文
posted @ 2017-05-18 16:38 wbinbin 阅读(665) 评论(0) 推荐(0)
摘要:GitHub地址:https://github.com/fxsjy/jieba/tree/4eef868338d1938d5d2410992e2dcd0f2670bea6 jieba “结巴”中文分词:做最好的 Python 中文分词组件 "Jieba" (Chinese for "to stutt 阅读全文
posted @ 2017-05-18 09:57 wbinbin 阅读(368) 评论(0) 推荐(0)