net.sf.jhunlang.jmorph.analysis
Interface Analysis

All Known Implementing Classes:
AnalysisEntry

public interface Analysis


Method Summary
 boolean compound()
           
 boolean derived()
           
 java.lang.String getAbsoluteRootWord()
           
 java.lang.String getCaseEnding()
           
 DictEntry getDictEntry()
           
 java.lang.String getDictionaryRootWord()
           
 java.lang.String getInflexedWord()
           
 java.lang.String getPOS()
           
 PrefixEntry getPrefixEntry()
           
 java.lang.String getRelativeRootWord()
           
 SuffixEntry getSuffixEntry()
           
 boolean inflexed()
           
 java.lang.String morphString()
           
 java.lang.String toLongString()
           
 

Method Detail

getRelativeRootWord

public java.lang.String getRelativeRootWord()

getAbsoluteRootWord

public java.lang.String getAbsoluteRootWord()

getDictionaryRootWord

public java.lang.String getDictionaryRootWord()

getPrefixEntry

public PrefixEntry getPrefixEntry()

getSuffixEntry

public SuffixEntry getSuffixEntry()

inflexed

public boolean inflexed()

getInflexedWord

public java.lang.String getInflexedWord()

derived

public boolean derived()

getPOS

public java.lang.String getPOS()

getCaseEnding

public java.lang.String getCaseEnding()

compound

public boolean compound()

getDictEntry

public DictEntry getDictEntry()

toLongString

public java.lang.String toLongString()

morphString

public java.lang.String morphString()


Copyright © 2005 jmorph developers. All Rights Reserved.