|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.mit.jwi.item.IndexWordID
public class IndexWordID
Default implementation of IIndexWordID
.
Field Summary | |
---|---|
protected static java.util.regex.Pattern |
whitespace
Whitespace pattern for use in replacing whitespace with underscores |
Constructor Summary | |
---|---|
IndexWordID(java.lang.String lemma,
POS pos)
Constructs an index word id object with the specified lemma and part of speech. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getLemma()
Returns the lemma (root form) of the index word that this ID indicates. |
POS |
getPOS()
Returns the associated part of speech for this object. |
int |
hashCode()
|
static IndexWordID |
parseIndexWordID(java.lang.String value)
Convenience method for transforming the result of the toString()
method into an IndexWordID |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final java.util.regex.Pattern whitespace
Constructor Detail |
---|
public IndexWordID(java.lang.String lemma, POS pos)
lemma
- the lemma for the idpos
- the part of speech for the id
java.lang.NullPointerException
- if either argument is null
java.lang.IllegalArgumentException
- if the lemma is empty or all whitespaceMethod Detail |
---|
public java.lang.String getLemma()
IIndexWordID
null
, empty, or all whitespace.
getLemma
in interface IIndexWordID
public POS getPOS()
IHasPOS
null
.
getPOS
in interface IHasPOS
null
if none.public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public static IndexWordID parseIndexWordID(java.lang.String value)
toString()
method into an IndexWordID
value
- the string to be parsed
java.lang.NullPointerException
- if the specified string is null
java.lang.IllegalArgumentException
- if the specified string does not conform to an index word id
string
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |