mausotog / codemining-treelm

Tree Language Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codemining-treelm

codemining-treelm contains code for language models that work on trees.

codemining.ast contains code to convert ASTs to language-agnostic TreeNodes

codemining.lm contains an implementation of PCFGs and TSGs as well as some idiom-related code.

The project depends on three internal (maven) modules:

a) codemining-utils b) codemining-core c) codemining-sequencelm

The rest of the dependencies are declared in the maven dependencies.

About

Tree Language Models

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 100.0%