|
Lvg Java 2006p Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nih.nlm.nls.lvg.Api.WordIndApi
public class WordIndApi
This class provides an API for norm.
History:
| Constructor Summary | |
|---|---|
WordIndApi()
Creates a WordIndApi object and initiate related data (default). |
|
| Method Summary | |
|---|---|
java.util.Vector |
Mutate(LexItem in)
A method to get the tokenized strings of an input LexItem |
java.util.Vector |
Mutate(java.lang.String inTerm)
A method to get the tokenized strings of an input string |
void |
SetReserveCase(boolean reserveCaseFlag)
A method to set the flag of reserve case after tokenization |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WordIndApi()
| Method Detail |
|---|
public java.util.Vector Mutate(LexItem in)
throws java.lang.Exception
in - an input LexItem to be mutated
java.lang.Exception
public java.util.Vector Mutate(java.lang.String inTerm)
throws java.lang.Exception
inTerm - an input term in a string format to be mutated
java.lang.Exceptionpublic void SetReserveCase(boolean reserveCaseFlag)
reserveCaseFlag - an boolean flag of reserving case of tokens
|
Lvg Java 2006p Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||