Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 1.99 KB

README.md

File metadata and controls

38 lines (34 loc) · 1.99 KB

ling is a golang toolkit for natural language processing

GoDocGo Report Card

Implementation references

Similar NLP tools

Multilingual text toknization

Text normalization

Lemmatization

词干提取(stemming)和词形还原(lemmatization)

Tagging

  • Regex tagger
    • commonregex, a collection of common regular expressions for Go.
    • xurls, a Go package of regex for urls.

Natural language Detection

getlang is much slower than franco