|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectch.ethz.mxquery.sms.ftstore.NGramExtractor
public class NGramExtractor
Implementation of an NGram Extractor
| Constructor Summary | |
|---|---|
NGramExtractor()
|
|
| Method Summary | |
|---|---|
java.util.Vector |
extractNGrams(java.lang.String word,
int size,
java.lang.String position)
extracts NGrams out of word "word" of size 2 to "size" |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NGramExtractor()
| Method Detail |
|---|
public java.util.Vector extractNGrams(java.lang.String word,
int size,
java.lang.String position)
|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||