omorfi 0.9.9
Open morphology of Finnish
Public Member Functions
net.sf.hfst.Transducer Class Referenceabstract
Inheritance diagram for net.sf.hfst.Transducer:
net.sf.hfst.UnweightedTransducer net.sf.hfst.WeightedTransducer

Public Member Functions

abstract Collection< String > analyze (String str) throws NoTokenizationException
 

Detailed Description

A simple interface to a transducer

Member Function Documentation

◆ analyze()

abstract Collection< String > net.sf.hfst.Transducer.analyze ( String  str) throws NoTokenizationException
abstract

Analyse a string and get all possible readings.

Parameters
strtoken to analyse
Returns
all possible analyses of the token

Reimplemented in net.sf.hfst.UnweightedTransducer, and net.sf.hfst.WeightedTransducer.


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