public class NerToken extends AbstractModel
Constructor and Description |
---|
NerToken() |
NerToken(NerToken source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getBeginOffset()
Get 起始位置
|
Long |
getLength()
Get 长度
|
String |
getType()
Get 命名实体类型
|
String |
getWord()
Get 基础词
|
void |
setBeginOffset(Long BeginOffset)
Set 起始位置
|
void |
setLength(Long Length)
Set 长度
|
void |
setType(String Type)
Set 命名实体类型
|
void |
setWord(String Word)
Set 基础词
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public NerToken()
public NerToken(NerToken source)
public String getWord()
public void setWord(String Word)
Word
- 基础词public Long getLength()
public void setLength(Long Length)
Length
- 长度public Long getBeginOffset()
public void setBeginOffset(Long BeginOffset)
BeginOffset
- 起始位置public String getType()
public void setType(String Type)
Type
- 命名实体类型Copyright © 2021. All rights reserved.