Skip to content

xxbb1234021/nlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nlp

句法分析。先初始化resources/nlp/nlp.sql,然后启动web服务(com.xb.ApplicationMain),输入http://localhost:8080/views/sytanx_tree.html  用户:admin 密码:admin 查看。
com.xb.business.hmm.builderImpl.TestCYK  

基于隐马尔科夫模型拼音输入转汉字
com.xb.business.hmm.builderImpl.TestPinyingToHanzi

基于隐马尔科夫模型词性标注
com.xb.business.hmm.builderImpl.TestWordTag

分词
com.xb.summary.TestKeywordExtraction

文章摘要
com.xb.summary.TestSentencesExtraction

新词发现
com.xb.newword.TestNewWord

字符串的相似性
com.xb.text.TestCosineSimilar

字符串的相似性
com.xb.text.TestSimHashTextSimilarity

词频统计
com.xb.text.TestTfidf

手写数字识别
com.xb.mnist.TestMnist

About

自然语言处理

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors