|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jspell.demo.IndexRemove
public class IndexRemove
This class is used to remove a word from a JSpell index and illustrates low level API usage to remove a word from a JSpell index. This class is executed from the command line as follows java -cp jspellconsole.jar com.jspell.demo.IndexRemove wordToRemove ISOlanguage ISOCOUNTRY [version] e.g., java -cp jspellconsole.jar com.jspell.demo.IndexRemove myoldword en US Medical
Constructor Summary | |
---|---|
IndexRemove()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexRemove()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |