samples
Class UseIndex
java.lang.Object
samples.UseIndex
public class UseIndex
- extends java.lang.Object
The index allows you to find locations of a word in Roget's Thesaurus. References to the
location of a word can come in two forms. One is a string indicating the paragraph name
followed by head number e.g. relation #9.
The other option is to get references as an integer array containing 9 numbers: The class number,
section number, subsection number, headgroup number, head number, POS number, Paragraph number,
semicolon group number and word number. This methos is generally much faster since the precise
location of a word can be found without having to search through the head file using the text
class.
- Author:
- Alistair Kennedy
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UseIndex
public UseIndex()
main
public static void main(java.lang.String[] args)
- Parameters:
args
-