cmu.tawc.data
Class Word.RegexpWord
java.lang.Object
cmu.tawc.data.Word.WordStub
cmu.tawc.data.Word.RegexpWord
- All Implemented Interfaces:
- Word
- Enclosing interface:
- Word
public static class Word.RegexpWord
- extends Word.WordStub
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Word.RegexpWord
public Word.RegexpWord(java.lang.String word,
java.util.Vector<Category> categories)
matches
public int matches(java.lang.String testWord)
toString
public java.lang.String toString()
- Overrides:
toString
in class Word.WordStub
matchesWord
public boolean matchesWord(java.lang.String word)
- Returns:
- number of times the Word matches the passed in sentence
getWordPublicName
public java.lang.String getWordPublicName()
matchesWord
public boolean matchesWord(java.lang.String[] words,
int index)
- Description copied from interface:
Word
- Does this match a word in a sentence? Can match combo words, starting in one place.
- Returns: