omorfi 0.9.9
Open morphology of Finnish
Public Member Functions | Data Fields
net.sf.hfst.TransducerAlphabet Class Reference

Public Member Functions

 TransducerAlphabet (DataInputStream charstream, int number_of_symbols) throws java.io.IOException
 

Data Fields

Vector< String > keyTable
 
Hashtable< Integer, FlagDiacriticOperationoperations
 
Integer features
 

Detailed Description

On instantiation reads the transducer's alphabet and provides an interface to it. Flag diacritic parsing is also handled here.

Constructor & Destructor Documentation

◆ TransducerAlphabet()

net.sf.hfst.TransducerAlphabet.TransducerAlphabet ( DataInputStream  charstream,
int  number_of_symbols 
) throws java.io.IOException

Read alphabet from transducer data.

Parameters
charstreamtransducer data stream at header position
number_of_symbolssize of alphabet

Field Documentation

◆ features

Integer net.sf.hfst.TransducerAlphabet.features

flag diacritic feature key.

◆ keyTable

Vector<String> net.sf.hfst.TransducerAlphabet.keyTable

a key table

◆ operations

Hashtable<Integer, FlagDiacriticOperation> net.sf.hfst.TransducerAlphabet.operations

flag diacritics operation keys


The documentation for this class was generated from the following file: