Category:NLP++: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "{{stub}}{{language|NLP++}}")
 
No edit summary
Line 1: Line 1:
{{stub}}{{language|NLP++}}
{{stub}}{{language|NLP++}}

NLP++ is an open source computer programming language for natural language processing created by Amnon Meyers and David de Hilster in 1998. It operates on input text via multiple passes that elaborate a best-first parse tree. It can access and update a hierarchical knowledge base management system (KBMS) called Conceptual Grammar (CG). NLP++ and CG deploy with an Integrated Development Environment (IDE) called VisualText which supports rapid development of text analyzers. NLP++ is the only computer language exclusively dedicated to natural language processing.

==Open Source Links==
* [https://visualtext.org VisualText Open Source Website]
* [https://github.com/visualtext VisualText and NLP Engine source repository]
* [https://marketplace.visualstudio.com/items?itemName=dehilster.nlp VSCode NLP++ Language Extension] (VisualText)

Revision as of 19:44, 12 October 2021

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
NLP++
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using NLP++.

NLP++ is an open source computer programming language for natural language processing created by Amnon Meyers and David de Hilster in 1998. It operates on input text via multiple passes that elaborate a best-first parse tree. It can access and update a hierarchical knowledge base management system (KBMS) called Conceptual Grammar (CG). NLP++ and CG deploy with an Integrated Development Environment (IDE) called VisualText which supports rapid development of text analyzers. NLP++ is the only computer language exclusively dedicated to natural language processing.

Open Source Links

Pages in category "NLP++"

This category contains only the following page.