ccgweb
Grammar parser
A web platform for parsing and annotating Combinatory Categorial Grammar (CCG) sentences.
A Web platform for parsing and annotation
5 stars
4 watching
2 forks
Language: Hack
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jcolag/thue | A language and runtime system for parsing arbitrary grammars using semi-Thue processes | 29 |
jwtowner/lug | A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 68 |
mikelewis0/easyccg | A Java implementation of a Compositional CCG parser used in natural language processing research | 60 |
youxkei/ctpg | A tool for generating parsers at compile-time using D programming language | 45 |
bozsahin/ccglab | A Common Lisp implementation of Combinatory Categorial Grammar and its tools | 27 |
pointlander/peg | An implementation of a Packrat parser generator for creating grammars similar to regular expressions but with better code integration. | 1,018 |
turbopape/postagga | A Clojure-based natural language processing library for parsing and structuring text input into meaningful data. | 159 |
jkkummerfeld/berkeley-ccg2pst | A tool for converting Combinatory Categorial Grammar derivations into Phrase Structure Trees using Python | 11 |
ged/linkparser | An interface to parse and analyze English sentences using the CMU Link Grammar | 76 |
tree-sitter-grammars/tree-sitter-zig | A grammar definition for parsing Zig source code using the Tree Sitter parser | 8 |
fge/grappa | A system that allows users to define grammars entirely in Java without preprocessing and generates parsers at runtime. | 63 |
nverno/tree-sitter-jq | A C implementation of a grammar parser for the Jq language | 3 |
kerl13/tree-sitter-menhir | A Menhir grammar definition for parsing and lexing C code in the Tree-Sitter parser framework. | 5 |
taocpp/pegtl | A header-only C++ library for defining and implementing parser combinators using a Parsing Expression Grammar approach | 1,945 |
cesbit/pyleri | A Python-based parser for defining grammars and generating parsers in multiple languages | 121 |