Natural language processing tools
L c Trng
Crawler and Parser tools
Crawler tools:
Crawler 4j: [Link] httpClient: [Link]
Parser tools:
htmlParser: [Link] Jsoup html parser: [Link] Neko html parser: [Link]
Vietnamese NLP Tools
JVnTextPro: [Link]
Sentence Segmentation, Sentence Tokenization, Word Segmentation, POS-Tagging
VnToolkit: [Link]
An automatic tagger for Vietnamese texts A tokenize for automatic word segmentation of Vietnamese texts A sentence detector for automatic detecting sentences of Vietnamese texts
VLSP Tools: [Link]
Vietnamese Chunking
3
NLP Toolkits
LingPipe: [Link]
Find the names of people, organizations or locations in news Automatically classify Twitter search results into categories Suggest correct spellings of queries
Mallet - Machine Learning for Language Toolkit: [Link]
Statistic, document classification, clustering, topic modeling, information extraction
Stanford NLP softwares: [Link]
Word segmentation, part-of-speech tagging, named entity recognition, chunking, parsing, classification and coreference resolution
NLTK: [Link]
Open source Python modules, linguistic data and documentation for research and development in natural language processing and text analytics.
OpenNLP: [Link]
Tokenization, sentence segmentation, part-of-speech tagging, named entity extraction, chunking, parsing, and coreference resolution
Machine learning libraries
Conditional random fields (CRF)
CRF: [Link]
Maximum entropy (Maxent)
OpenNLP, Mallet
Support vector machine (SVM)
libSVM: [Link] svmLight: [Link]