| Package | Description |
|---|---|
| net.java.sen.compiler | |
| net.java.sen.dictionary |
| Modifier and Type | Field and Description |
|---|---|
CToken |
StringCTokenTuple.value
The tuple's CToken
|
CToken |
StringCTokenTuple.value
The tuple's CToken
|
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualTupleList.add(String string,
CToken ctoken)
Adds a StringCTokenTuple to the list.
|
void |
VirtualTupleList.add(String string,
CToken ctoken)
Adds a StringCTokenTuple to the list.
|
| Constructor and Description |
|---|
StringCTokenTuple(String key,
CToken value) |
StringCTokenTuple(String key,
CToken value) |
| Modifier and Type | Field and Description |
|---|---|
protected CToken |
Tokenizer.unknownCToken
A
CToken representing an unknown morpheme |
protected CToken |
Tokenizer.unknownCToken
A
CToken representing an unknown morpheme |
| Modifier and Type | Method and Description |
|---|---|
CToken |
CToken.clone() |
CToken |
CToken.clone() |
CToken[] |
Dictionary.commonPrefixSearch(CharIterator iterator)
Searches for possible morphemes starting at the current position of a
CharIterator.
|
CToken[] |
Dictionary.commonPrefixSearch(CharIterator iterator)
Searches for possible morphemes starting at the current position of a
CharIterator.
|
CToken |
Dictionary.getBOSToken()
Gets a unique beginning-of-string
. |
CToken |
Dictionary.getBOSToken()
Gets a unique beginning-of-string
. |
CToken |
Dictionary.getEOSToken()
Gets a unique end-of-string
. |
CToken |
Dictionary.getEOSToken()
Gets a unique end-of-string
. |
CToken |
Dictionary.getUnknownToken()
Gets a unique unknown-morpheme
. |
CToken |
Dictionary.getUnknownToken()
Gets a unique unknown-morpheme
. |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setCToken(CToken ctoken) |
void |
Node.setCToken(CToken ctoken) |
static void |
CToken.write(DataOutput output,
CToken token)
Write a CToken to a DataOutput
|
static void |
CToken.write(DataOutput output,
CToken token)
Write a CToken to a DataOutput
|