concepts.language#

Data structures for language semantics and tools for parsing. Most of this package are designed for neuro-symbolic representations of natrual language semantics and grammar-based language learning.

See the following papers for more details:

Here’s a quick summary of the sub-modules:

  • concepts.language.ccg contains tools for parsing sentences with (purely symbolic) Combinatory Categorial Grammars (CCGs).

concepts.language.ccg

Tools for parsing sentences with (purely symbolic) Combinatory Categorial Grammars.

concepts.language.gpt_parsing

concepts.language.neural_ccg

Data structures and algorithms for Neural CCG.