blob: 4cdcf31711889b6b7943a59030922894de4383df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
not much to see here, yet
(SCFG machine translation decoder in ruby, currently implements CKY+ parsing and hypergraph viterbi)
helpful stuff
* https://github.com/jweese/thrax/wiki/Glue-grammar
* http://aclweb.org/aclwiki/index.php?title=Hypergraph_Format
* http://kheafield.com/code/kenlm/developers/
todo
====
* integrate with HG (chart to json)
* kbest
* feature interface
* (global) word ids instead of strings
* animate parsing
|