Constructor and Description |
---|
CharacterNGramStringIterable(String token,
int minN,
int maxN) |
Modifier and Type | Method and Description |
---|---|
Iterator<String> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public CharacterNGramStringIterable(String token, int minN, int maxN)
token
- A tokenminN
- the minimal n-gram length.maxN
- the maximal n-gram length.Copyright © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.