GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MKDFA.PL(1) MKDFA.PL(1)
mkdfa.pl

mkdfa.pl - grammar compiler

mkdfa.pl [options...] {prefix}

mkdfa.pl compiles the Julian format grammar (.grammar and .voca) to Julian native formats (.dfa and .dict). In addition, ".term" will be also generated that stores correspondence of category ID used in the output files to the source category name.

prefix should be the common file name prefix of ".grammar" and "voca" file. From prefix.grammar and prefix.voca file, prefix.dfa, prefix.dict and prefix.term will be output.

-n
Not process dictionary. You can only convert .grammar file to .dfa file without .voca file.

TMP or TEMP
Set directory to store temporal file. If not specified, one of them on the following list will be used: /tmp, /var/tmp, /WINDOWS/Temp, /WINNT/Temp.

Convert a grammar foo.grammar and foo.voca to foo.dfa, foo.voca and foo.term.

julius ( 1 ) , generate ( 1 ) , nextword ( 1 ) , accept_check ( 1 ) , dfa_minimize ( 1 )

mkdfa.pl invokes mkfa and dfa_minimize internally. They should be placed at the same directory as mkdfa.pl.

Copyright (c) 1997-2000 Information-technology Promotion Agency, Japan

Copyright (c) 1991-2008 Kawahara Lab., Kyoto University

Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology

Copyright (c) 2005-2008 Julius project team, Nagoya Institute of Technology

The same as Julius.
10/02/2008

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.