omorfi 0.9.9
Open morphology of Finnish
Data Structures | Static Public Member Functions | Static Public Attributes
net.sf.hfst.HfstOptimizedLookup Class Reference

Data Structures

enum  FlagDiacriticOperator
 

Static Public Member Functions

static void runTransducer (Transducer t)
 
static void main (String[] argv) throws IOException
 

Static Public Attributes

static final long TRANSITION_TARGET_TABLE_START = 2147483648l
 
static final long NO_TABLE_INDEX = 4294967295l
 
static final float INFINITE_WEIGHT = (float) 4294967295l
 
static final int NO_SYMBOL_NUMBER = 65535
 

Detailed Description

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

Member Function Documentation

◆ main()

static void net.sf.hfst.HfstOptimizedLookup.main ( String[]  argv) throws IOException
static

Command line interface for optimised lookup java.

Parameters
argvthe command line arguments.

◆ runTransducer()

static void net.sf.hfst.HfstOptimizedLookup.runTransducer ( Transducer  t)
static

Run a given transducer on standard input.

Parameters
ta transducer to run.

Field Documentation

◆ INFINITE_WEIGHT

final float net.sf.hfst.HfstOptimizedLookup.INFINITE_WEIGHT = (float) 4294967295l
static

magic number.

◆ NO_SYMBOL_NUMBER

final int net.sf.hfst.HfstOptimizedLookup.NO_SYMBOL_NUMBER = 65535
static

magic number.

◆ NO_TABLE_INDEX

final long net.sf.hfst.HfstOptimizedLookup.NO_TABLE_INDEX = 4294967295l
static

magic number.

◆ 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: