Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
/ uninlp-phd Public archive

No long maintained! Java codes for basic natural language processing tasks, including Pinyin-to-Character Conversion, Chinese word segmentation, Part-of-Speech tagging, English chunking, dependency parsing

Notifications You must be signed in to change notification settings

lixxin2/uninlp-phd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uninlp-phd

Warning: This code is no longer maintained.

Usage:

Chinese Pinyin-to-Character Conversion: edu.hitsz.nlp.segpos.pinyin2character.Py2CharParser

Chinese word Segmentor: edu.hitsz.nlp.segmentation/*

Chinese word segmentation and POS tagging: edu.hitsz.nlp.segpos.Parser

Part-of-speech tagging: edu.hitsz.nlp.partofspeech.POSParser

About

No long maintained! Java codes for basic natural language processing tasks, including Pinyin-to-Character Conversion, Chinese word segmentation, Part-of-Speech tagging, English chunking, dependency parsing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages