net.sf.jhunlang.jmorph
Class DummyEntry

java.lang.Object
  extended bynet.sf.jhunlang.jmorph.DictEntry
      extended bynet.sf.jhunlang.jmorph.DummyEntry
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NumberEntry

public class DummyEntry
extends DictEntry

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.jhunlang.jmorph.DictEntry
ALL_CAPITALIZED, ALL_LOWER, capitalization, CAPITALIZED, CAPS, flags, FUNNY_CAPITALIZED, homonyms, inflexion, NO_HOMONYM, root, word
 
Constructor Summary
DummyEntry(java.lang.String word)
           
 
Method Summary
 java.lang.String getPOS()
          Return the part-of-speech string of this entry as told by DictEntry.inflexion.
 boolean hasFlag(int flag)
          Return if DictEntry.flags contains flag
 
Methods inherited from class net.sf.jhunlang.jmorph.DictEntry
addHomonym, admitCapitalization, admitLowerCapitalization, capitalization, compound, contentString, derivatorString, derived, dictionaryDerivatorString, dictionaryWord, getAbsoluteRootEntry, getAbsoluteRootWord, getAccumulatedFlags, getCapitalization, getCaseEnding, getDictionaryRootEntry, getDictionaryRootWord, getFlags, getFlagString, getHomonyms, getInflexion, getRelativeRootEntry, getRelativeRootWord, getRootEntry, getRootWord, getWord, hasFlag, inflex, inflex, inflexed, inflexionString, length, longContentString, morphString, setInflexion, setRoot, shortClassName, toLongString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DummyEntry

public DummyEntry(java.lang.String word)
Method Detail

getPOS

public java.lang.String getPOS()
Description copied from class: DictEntry
Return the part-of-speech string of this entry as told by DictEntry.inflexion.

Overrides:
getPOS in class DictEntry
Returns:
part-of-speech of this entry

hasFlag

public boolean hasFlag(int flag)
Description copied from class: DictEntry
Return if DictEntry.flags contains flag

Overrides:
hasFlag in class DictEntry
Parameters:
flag - the flag to check
Returns:
if flags contains flag


Copyright © 2005 jmorph developers. All Rights Reserved.