Skip to content

homzer/mynlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mynlp

Natural Language processing for Java

The segmentation of articles based on three ways:

  1. Word segmentation method based on dictionary

  2. Word segmentation method based on statistics (N-gram model)

  3. Word segmentation method based on Hidden Markov model

The above three methods all have disadvantages and advantages, This project intends to complement the advantages and disadvantages of these three methods, so as to achieve an effective segmentation method.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages