| Package | Description |
|---|---|
| org.lionsoul.jcseg.sentence | |
| org.lionsoul.jcseg.tokenizer | |
| org.lionsoul.jcseg.util |
| Modifier and Type | Field and Description |
|---|---|
protected IStringBuffer |
SentenceSeg.gisb
global string buffer
|
| Modifier and Type | Field and Description |
|---|---|
protected IStringBuffer |
ASegment.isb |
| Modifier and Type | Method and Description |
|---|---|
IStringBuffer |
IStringBuffer.append(boolean bool)
append a boolean value
|
IStringBuffer |
IStringBuffer.append(char c)
append a char to the buffer
|
IStringBuffer |
IStringBuffer.append(char[] chars)
append some chars to the buffer
|
IStringBuffer |
IStringBuffer.append(char[] chars,
int start)
append the rest of the chars to the buffer
|
IStringBuffer |
IStringBuffer.append(char[] chars,
int start,
int length)
append parts of the chars to the buffer
|
IStringBuffer |
IStringBuffer.append(double doublev)
append a double value
|
IStringBuffer |
IStringBuffer.append(float floatv)
append a float value
|
IStringBuffer |
IStringBuffer.append(int intv)
append a int value
|
IStringBuffer |
IStringBuffer.append(long longv)
append a long value
|
IStringBuffer |
IStringBuffer.append(short shortv)
append a short value
|
IStringBuffer |
IStringBuffer.append(String str)
append a string to the buffer
|
IStringBuffer |
IStringBuffer.clear()
clear the buffer by reset the count to 0
|
IStringBuffer |
IStringBuffer.deleteCharAt(int idx)
delete the char at the specified position
|
| Modifier and Type | Method and Description |
|---|---|
static void |
STConverter.SimToTraditional(String str,
IStringBuffer isb) |
static void |
STConverter.TraToSimplified(String str,
IStringBuffer isb) |
Copyright © 2017. All Rights Reserved.