public interface TokenFactory<T extends TokenBase>
Modifier and Type | Method and Description |
---|---|
T |
createToken(int wordId,
String surface,
ViterbiNode.Type type,
int position,
Dictionary dictionary) |
T createToken(int wordId, String surface, ViterbiNode.Type type, int position, Dictionary dictionary)
Copyright © 2020. All rights reserved.