|
RiTa index |
||||||||||||||||
| Name | RiKWICker | |||||||||||||||
| Description | An implementation of a simple KeyWord-In-Context (KWIC) model
for efficient indexing and lookup of words-in-phrases within
a document.
RiKWICker kwic = new RiKWICker(this);
kwic.addLinesFromFile("one_sentence_per_line.txt");
String[] hits = kwic.lookup("cat"); |
|||||||||||||||
| Constructors | RiKWICker(p); |
|||||||||||||||
| Methods |
|
|||||||||||||||
| Usage | Web & Application |