public class CommonTokenResult extends Object
Constructor and Description |
---|
CommonTokenResult(String langCode,
int commonTokens,
int alphabeticTokens) |
Modifier and Type | Method and Description |
---|---|
int |
getAlphabeticTokens() |
int |
getCommonTokens() |
String |
getLangCode() |
public CommonTokenResult(String langCode, int commonTokens, int alphabeticTokens)
public String getLangCode()
public int getCommonTokens()
public int getAlphabeticTokens()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.