-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 0.9.5 with lib binaries ignored.
- Loading branch information
Michael White
committed
Mar 25, 2013
0 parents
commit d5eb065
Showing
996 changed files
with
263,312 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
*.sw? | ||
*~ | ||
*.jar | ||
*.so | ||
*.class | ||
*.pyc | ||
*.tgz | ||
*.gz | ||
*.lm | ||
*.3bo | ||
*.mod | ||
vocab.* | ||
.project | ||
.classpath | ||
bin/ccg2xml.py | ||
bin/lex.py | ||
bin/yacc.py | ||
bin/ccg_editor.py | ||
bin/Tree.py | ||
ccgbank/convert/ | ||
ccgbank/data/novel/two-sents.dir/ | ||
ccgbank/extract/ | ||
!ccgbank/extract/grammar.xml | ||
!ccgbank/extract/*.xsl | ||
ccgbank/feats/hypertagger/ | ||
ccgbank/feats/parser/ | ||
ccgbank/feats/realizer/ | ||
ccgbank/feats/supertagger/ | ||
ccgbank/logs/ | ||
ccgbank/models/*/*dict* | ||
ccgbank/models/realizer/excl/ | ||
ccgbank/original/corpus/ | ||
ccgbank/original/feats/postagger/ | ||
ccgbank/original/feats/supertagger/ | ||
ccgbank/original/logs/ | ||
ccgbank/propccgbank/ | ||
ccgbank/stanford-nlp/*.jar | ||
ccgbank/classifiers/*.prop | ||
docs/api/ | ||
docs/grammars-rough-guide.pdf | ||
docs/realizer-manual.pdf | ||
docs/guide/guide.* | ||
!docs/guide/guide.tex | ||
docs/realizer/manual.* | ||
!docs/realizer/manual.tex | ||
lib/openccg.jar | ||
output/ | ||
src/ccg2xml/ccg2xml.py | ||
src/srilmbridge/*.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
Main Authors: | ||
Core Java Code: | ||
Jason Baldridge <jmb -at- cogsci.ed.ac.uk> | ||
Gann Bierner <gbierner -at- cogsci.ed.ac.uk> | ||
Michael White <mwhite -at- inf.ed.ac.uk> | ||
CCG-to-XML: | ||
Ben Wing <ben -at- 666.com> | ||
Hypertagger: | ||
Dominic Espinosa <espinosa -at- ling.osu.edu> | ||
Supertagger: | ||
Dennis Mehay <mehay -at- ling.osu.edu> | ||
Disjunctivizer: | ||
Scott Martin <scott -at- ling.osu.edu> | ||
|
||
Additional Contributors: | ||
Jonathan Barker <barker -at- ling.osu.edu> | ||
semantic graph visualization tool | ||
Cem Bozsahin <cem.bozsahin -at- ed.ac.uk / bozsahin -at- metu.edu.tr> | ||
grammars from Bozsahin and Steedman (2003) | ||
Gunes Erkan <gunes -at- ceng.metu.edu.tr> | ||
handling of type hierachies | ||
Dennis Mehay <mehay -at- ling.osu.edu> | ||
KenLM interface | ||
(in addition to supertagger) | ||
Scott Martin <scott -at- ling.osu.edu> | ||
GrammarDoc | ||
incoporating the SRILM toolkit for scoring | ||
build process for CCGbank grammar extraction | ||
(in addition to disjunctivizer) | ||
Rajakrishnan Rajkumar <raja -at- ling.osu.edu> | ||
build files and XSLT transforms for CCGbank grammar extraction | ||
English agreement model | ||
David Reitter <dreitter -at- inf.ed.ac.uk> | ||
command completion and per grammar history | ||
"tiny" grammar | ||
Alexandros Triantafyllidis <s0345201 -at- sms.ed.ac.uk> | ||
visualization of derivations via latex | ||
Ben Wing <ben -at- 666.com> | ||
wccg and WebCCG code; CCG-format grammars | ||
(in addition to ccg2xml) | ||
|
Oops, something went wrong.