Index of files
Japanese version
"grammar" directory
This directory contains files in which types, schemas, and principles
are defined. The files will be installed in the "enju" directory.
- display.lil
- to convert a sign into a display string
- forestevent.lil
- to extract events of feature forest model
- forestprob.lil
- to compute a probability with feature forest model
- fs.css
- a stylesheet for browsing feature structures
- fs.xsl
- XSL for browsing feature structures
- grammar.lil
- implementation of "up" interfaces
- lexmask.lil
- masks for lexicalized unigram FOM model
- lexmodel.lil
- implementation of lexicalized unigram FOM model
- macro.lil
- macros of the structure of a sign
- moriv.css
- a stylesheet for moriv
- moriv.lil
- to browse parsing results with moriv
- outputdep.lil
- to output parse results in dependency format
- outputxml.lil
- to output parse results in XML format
- preproc.lil
- to preprocess words and POSs
- schema.lil
- implementation of ID schemas and principles
- semantics.lil
- implementation of semantic principles
- stem.lil
- a program of stemming
- synmask.lil
- masks for syntax FOM model
- synmodel.lil
- implementation of syntax FOM model
- tools.lil
- tools used in the parser
- types.lil
- definition of a type hierarchy of the HPSG grammar
- unievent.lil
- to extract events of unigram model
- uniprob.lil
- to compute a probability with unigram model
"devel" directory
This directory contains pattern rules for treebank conversion and
inverse grammar rules to make HPSG derivations. The files will not be
installed.
- evalpas.lil
- to evaluate the accuracy of predicate-argument relations
- forestmake.lil
- to make feature forest model
- invlexrule.lil
- implementation of inverse_lexical_rule
- invschema.lil
- implementation of inverse_schema
- lexabstract.lil
- for the abstraction of lexical entries
- lexcommon.lil
- programs commonly used in lexrule.lil, invlexrule.lil
- lexextract.lil
- setting file for lexextract
- lexmodel.conf
- amis configuration file for lexicalized unigram FOM model
- lexrefine.lil
- settinf file for lexrefine
- lexrule.lil
- implementation of lexical_rule
- lextemplate.lil
- implementation of lexical_entry_template
- makesem.lil
- to make the content of CONT feature
- moriv.css
- stylesheet for moriv
- moriv.lil
- to browse the process of grammar extraction with moriv
- pqueue.lil
- implementation of priority queue
- synmodel.conf
- amis configuration file for syntax FOM model
- transmain.lil
- setting file for treetrans
- transrules/
- pattern rules for tree conversion
"parser" directory
This directory contains C++ source files for an Enju parser.
- enju.cc
- the main program of enju
- outputxml.cc
- for XML outputs
"tools" directory
This directory contains several scripts.
- err2html.prl
- perl script for displaying *.err files in an HTML format
- mrg2trees.prl
- perl script for converting Penn-style *.mrg into *.trees
- trees2raw.prl
- perl script for converting *.trees into raw texts
- trees2tagged.prl
- perl script for converting *.trees into POS-tagged texts
Enju Developers' Manual
Enju Home Page
Tsujii Laboratory
MIYAO Yusuke (yusuke@is.s.u-tokyo.ac.jp)