lex2html: Tool for browing lexicon

Japanese version

This tool makes HTML documents for browsing a lexicon and a derivbank.

lex2html [options] grammar_module lexicon template lexbank prefix
grammar_modulelilfes program in which a grammar is implemented
lexiconlexicon to be documented
templatetemplate to be documented
lexbanklexbank to be documented
prefixprefixed to be added to each output file
Options
-c style_filestyle sheet
-d directoryoutput directory (default: .)
-lexsize intlimit number of entries that are put in a lexicon document (default: 1000)
-tmpsize intlimit number of entries that are put in a template document (default: 100)
-lxmsize intlimit number of entries that are put in a lexeme document (default: 100)
-sntsize intlimit number of sentences that are put in a sentence files (default: 1000)
-charset stringadditionally outputs "charset=string" in the header of html files
-vprint debug messages
-vvprint many debug messages

This tool makes HTML documents for supporting browsing a lexicon and a derivbank developed by the MAYZ toolkit. The following files are output in the output directory. "$(prefix)$" is the one specified in the command-line argument, and "??" is the ID number of output files (assigned from 0).

Template files include feature structures that are represented with feature structure extensions (<fs> etc.), which may not be viewed with Internet Explorer. Please use Firefox.

When the rendering by a web browser is too slow, you can improve it by specifying small values to options such as "-lexsize".


MAYZ Toolkit Manual MAYZ Home Page Tsujii Laboratory
MIYAO Yusuke (yusuke@is.s.u-tokyo.ac.jp)