Category:NLP++: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
 
Line 7: Line 7:
* [https://github.com/visualtext VisualText and NLP Engine source repository]
* [https://github.com/visualtext VisualText and NLP Engine source repository]
* [https://marketplace.visualstudio.com/items?itemName=dehilster.nlp VSCode NLP++ Language Extension] (VisualText)
* [https://marketplace.visualstudio.com/items?itemName=dehilster.nlp VSCode NLP++ Language Extension] (VisualText)

==Reference Links==
* [http://wiki.naturalphilosophy.org/index.php?title=NLP%2B%2B Formal description of NLP++]

Latest revision as of 19:47, 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

Reference Links

Pages in category "NLP++"

This category contains only the following page.