|
enum | FlagDiacriticOperator |
|
HfstRuntimeReader takes a transducer (the name of which should be the first argument) of its own format (these can be generated with eg. hfst-runtime-convert) and reads one word at a time from standard input; output is a newline-separated list of analyses.
This is essentially a Java port of hfst-runtime-reader written by Miikka Silfverberg in C++.
- Author
- sam.h.nosp@m.ardw.nosp@m.ick@i.nosp@m.ki.f.nosp@m.i
◆ main()
static void net.sf.hfst.HfstOptimizedLookup.main |
( |
String[] |
argv | ) |
throws IOException |
|
static |
Command line interface for optimised lookup java.
- Parameters
-
argv | the command line arguments. |
◆ runTransducer()
static void net.sf.hfst.HfstOptimizedLookup.runTransducer |
( |
Transducer |
t | ) |
|
|
static |
Run a given transducer on standard input.
- Parameters
-
◆ INFINITE_WEIGHT
final float net.sf.hfst.HfstOptimizedLookup.INFINITE_WEIGHT = (float) 4294967295l |
|
static |
◆ NO_SYMBOL_NUMBER
final int net.sf.hfst.HfstOptimizedLookup.NO_SYMBOL_NUMBER = 65535 |
|
static |
◆ NO_TABLE_INDEX
final long net.sf.hfst.HfstOptimizedLookup.NO_TABLE_INDEX = 4294967295l |
|
static |
◆ TRANSITION_TARGET_TABLE_START
final long net.sf.hfst.HfstOptimizedLookup.TRANSITION_TARGET_TABLE_START = 2147483648l |
|
static |
magic number. 2^31 or UINT_MAX/2 rounded up
The documentation for this class was generated from the following file:
- /home/flammie/github/flammie/omorfi/src/java/net/sf/hfst/HfstOptimizedLookup.java