Skip to content

zhaoyanpeng/lveg

beta
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

Latent Vector Grammars (LVeGs)

Code for Gaussian Mixture Latent Vector Grammars.

How to Run

Specify parameter values for learning (param.in) and for inference (param.f1).

Learning

$ sbt "run-main edu.shanghaitech.ai.nlp.lveg.LVeGTrainerImp param.in"

Inference

$ sbt "run-main edu.shanghaitech.ai.nlp.lveg.LVeGTesterImp param.f1"

Data

Parsing data available at Google Drive.

Models

Parsing models available at Google Drive.

Dependencies

sbt-0.13.10, java-1.8.0, and scala-2.12.0.