D. Edward Mitchell 16:00, 14 April 2020 (UTC) Hello World! groupKOS Developer Share —usually UNDER CONSTRUCTION
Language Processing Links
Jump to navigation
Jump to search
- Google search sentence+structure+parser
Contents
The Stanford NLP Group
Natural Language Toolkit (Python, all platforms)
- "NLTK is a leading platform for building Python programs to work with human language data. It provides easy-to-use interfaces to over 50 corpora and lexical resources such as WordNet, along with a suite of text processing libraries for classification, tokenization, stemming, tagging, parsing, and semantic reasoning, wrappers for industrial-strength NLP libraries, and an active discussion forum."
- Natural Language Processing with Python (book)
- by Steven Bird, Ewan Klein and Edward Loper
- Copyright © 2019 the authors
Link Grammar
- Davy Temperley ⋅ Daniel Sleator ⋅ John Lafferty
- "The Link Grammar Parser is a syntactic parser of English, based on link grammar, an original theory of English syntax. Given a sentence, the system assigns to it a syntactic structure, which consists of a set of labeled links connecting pairs of words. The parser also produces a "constituent" representation of a sentence (showing noun phrases, verb phrases, etc.).
- We have made the entire system available for download on the web. The system is written in generic C code, and runs on any platform with a C compiler. There is an application program interface (API) to make it easy to incorporate the parser into other applications."