Uses of Interface
net.sf.jhunlang.jmorph.analysis.Analysis

Packages that use Analysis
net.sf.jhunlang.jmorph.analysis   
 

Uses of Analysis in net.sf.jhunlang.jmorph.analysis
 

Classes in net.sf.jhunlang.jmorph.analysis that implement Analysis
 class AnalysisEntry
          AnalysisEntry describes either an uninflexed dictionary word or an inflexion of a dictionary word either by a prefix rule or by a suffix rule or by a crossable prefix and a crossable suffix rule
 

Fields in net.sf.jhunlang.jmorph.analysis declared as Analysis
protected  Analysis IStem.analysis
          The analysis of IStem.word this istem comes from.
 

Methods in net.sf.jhunlang.jmorph.analysis that return Analysis
 Analysis IStem.getAnalysis()
          Return the Analysis describing how IStem.word has been analysed.
 

Constructors in net.sf.jhunlang.jmorph.analysis with parameters of type Analysis
IStem(java.lang.String word, Analysis analysis)
          Create a new IStem instance for word analysed as described in analysis.
 



Copyright © 2005 jmorph developers. All Rights Reserved.