Draft:NLP++
![]() | Review waiting, please be patient.
This may take a week or more, since drafts are reviewed in no specific order. There are 427 pending submissions waiting for review.
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
Reviewer tools
|
NLP++ | |
---|---|
![]() | |
Paradigm | Natural Language Processing |
Designed by | Amnon Meyers, David de Hilster |
Developer | Text Analysis International |
First appeared | 1998 |
Platform | Cross-platform |
OS | Linux, Windows, Mac |
Filename extensions | .nlp, .seq, .tree, .txxt, .kbb, .dict |
NLP++ is a computer programming language for natural language processing created by Amnon Meyers and David de Hilster in 1998. It operates on an input text via multiple passes that elaborate a best-first parse tree. It can access and update a hierarchical knowledge base management system (KBMS).[1] NLP++ is deployed with an Integrated Development Environment (IDE), which supports development of text analyzers. NLP++ is one of the only computer language exclusively dedicated to natural language processing.
Overview
[edit]NLP++ is a computer language dedicated to building natural language text analyzers. It allows programmers to capture and apply linguistic and world knowledge, emulating processes by which humans read and understand text.[2] NLP++ combines bottom up, island-driven, recursive grammar, and other methods in a multi-pass architecture that operates on one parse tree. It works with a hierarchical knowledge base (KB), called Conceptual Grammar (CG), to dynamically build and use stored knowledge in analyzing text. Applications range from simply syntactic processing to full natural language understanding.[3][4] VisualText[5] is a developer's environment that exploits NLP++and GC to rapidly elaborate text analyzers. Passes and KBs from one analyzer may be exploited to more rapidly construct and tailor new text analyzers.
NLP++
[edit]NLP++ is a computer language that takes text, breaks it down into tokens, builds up those tokens into syntactic trees, and builds and uses knowledge stored in Conceptual Grammar. The language includes functions, rules, operators, and variables specific to its internal representations of text and knowledge. NLP++ comprises general C or C++-like programming language constructs, as well as integrally addressing rule matches and the associated knowledge base.
History
[edit]The roots of NLP++ come from its two creators, Amnon Meyers and David de Hilster who are computer programmers working in the area of natural language processing since the early 1980s.
For the two decades, the technology was privately owned[6][7] and was licensed by private companies to process medial, social media, historical documents, and real estate text.[8]
In December 2018, NLP++ and VisualText became open source.[9]
References
[edit]- ^ "What is a knowledge base management system?". 26 November 2024.
- ^ Jayanth Chikkarangaiah; Adarsh Uday; David De Hilster; Shobha Gangadhar; Jyoti Shetty (2024). "Enhancing the English natural language processing dictionary using natural language processing++". IAES International Journal of Artificial Intelligence (IJ-AI). doi:10.11591/ijai.v13.i13.pp3466-3477.
- ^ Ashton Williamson; David de Hilster; Amnon Meyers; Nina Hubig; Amy Apon. "Low-resource ICD Coding of Hospital Discharge Summaries" (PDF). aclanthology.org.
- ^ Pedro Lima Rodrigues; Renato de Oliveira Moraes; Hugo Watanuki; David de Hilster. "EMOTIONS DETECTION IN SOCIAL MEDIA POSTS" (PDF). abepro.org.br.
- ^ "Visual Text - NLP++". 24 November 2017.
- ^ "Text Analysis International: About".
- ^ "Text Analysis International: News".
- ^ "Text Analysis International: Customers".
- ^ "Open Source Code - VisualText".
External links
[edit]- Github open source repository
- VSCode NLP++ Language Extension
- The Natural Language Understanding Global Initiative
- Official website
- Legacy website
- C programming language family
- C++ programming language family
- Class-based programming languages
- Cross-platform software
- High-level programming languages
- Programming languages created in 1998
- Compiled programming languages
- Natural language processing
- Computational fields of study
- Computational linguistics