p

parser

This is an open source library for parsing text-based inputs. PARSER makes use of context-free grammars to validate and parse sentences. Having specified such a grammar, the library takes care of parsing text-based inputs and returns a tree of nodes that represents the parsed sentence. Furthermore, it provides ways for interpreting and refining the returned tree of nodes. In essence, the library aims to remove the pain of parsing and instead allow focusing on processing and interpreting parsed results.
https://github.com/claasahl/PARSER
GNU Lesser General Public License (LGPL) - Version 3.0
Claas Ahlrichs
Aggregated version Version Update time
2.0 2.0.1 Feb 28, 2017
2.0.0 Jan 28, 2017
1.0 1.0.2 Jan 25, 2017
1.0.1 Jan 08, 2017
4 Records