Natural Language Processing (NLP) Platform

From GM-RKB
(Redirected from NLP platform)
Jump to navigation Jump to search

An Natural Language Processing (NLP) Platform is a data processing platform that can solve several NLP tasks.



References

2010

  • (Che et al., 2010) ⇒ Wanxiang Che, Zhenghua Li, and Ting Liu. (2010). “LTP: A Chinese Language Technology Platform.” In: Proceedings of the 23rd International Conference on Computational Linguistics: Demonstrations.
    • QUOTE: A Chinese natural language processing (NLP) platform always includes lexical analysis (word segmentation, part-of-speech tagging, named entity recognition), syntactic parsing and semantic parsing (word sense disambiguation, semantic role labeling) modules. It is a laborious and time consuming work for researchers to develop a full NLP Platform, especially for Chinese, which has fewer existing NLP tools. Therefore, it should be of particular concern to build an integrated Chinese processing platform. There are some key problems for such a platform: providing high performance language processing modules, integrating these modules smoothly, using processing results conveniently, and showing processing results directly. LTP (Language Technology Platform), a Chinese processing platform, is built to solve the above mentioned problems. It uses XML to transfer data through modules and provides all sorts of high performance Chinese processing modules, some DLL or Web service APIs, visualization tools, and some relevant corpora.