public class CompoundParticiple extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CompoundParticiple() | 
| CompoundParticiple(CompoundParticiple 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 基础词在NormalText中的起始位置。 | 
| Long | getLength()Get 基础词的长度。 | 
| String | getPos()Get 词性。 | 
| String | getWord()Get 基础词。 | 
| void | setBeginOffset(Long BeginOffset)Set 基础词在NormalText中的起始位置。 | 
| void | setLength(Long Length)Set 基础词的长度。 | 
| void | setPos(String Pos)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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CompoundParticiple()
public CompoundParticiple(CompoundParticiple source)
public String getWord()
public void setWord(String Word)
Word - 基础词。public Long getBeginOffset()
public void setBeginOffset(Long BeginOffset)
BeginOffset - 基础词在NormalText中的起始位置。public Long getLength()
public void setLength(Long Length)
Length - 基础词的长度。public String getPos()
public void setPos(String Pos)
Pos - 词性。Copyright © 2025. All rights reserved.