Introduction - If you have any usage issues, please Google them yourself
Using machine learning methods for natural language processing, carried out on the Chinese word segmentation and POS tagging. Segmentation using crf model, tagging with hmm model, decoding algorithm Vertibi algorithms. The system uses java language