|
||||||||||
前 次 | フレームあり フレームなし |
StreamFilter
StreamFilter
to be applied during analysis
Node
representing a beginning-of-string
char
sToken
s with a single
composite Token
Token
with one or more
alternative Token
s.Node
, comprising
this.prev
, this Node
, and
this.next
.
CToken
the Dictionary
returned for the
Morpheme
within this Node
Dictionary
class wraps access to a compiled Sen dictionaryDictionary
used to find possible morphemes
Node
representing an end-of-string
Node
.
CToken
.
Node
.
CToken
.
Node
with the specified
characteristics.
CToken
.
Token
s are available
Node
covers
Node
returned for the same ending position
within the sentence by the Dictionary
Morpheme
that does not link to any
Dictionary
Morpheme
that does not link
to any Dictionary
Morpheme
that is contained within this Node
Node
lattice
Viterbi
cost latticeNode
lattice
ReadingProcessor.ReadingResult
object
isolated from further changes to the reading processor
StreamFilter
s
Node
returned for the same starting position
within the sentence by the Dictionary
Token
s
used to replace them
Viterbi
, StringTagger
, and
ReadingProcessor
objectsposition;
any existing constraints that overlap the new constraint will be removed.
- setReadingConstraint(Reading) -
クラス net.java.sen.ReadingProcessor のメソッド
- Sets a reading constraint on the currently analysed text.
- setReadings(List<String>) -
クラス net.java.sen.dictionary.Morpheme のメソッド
- Sets the readings of the morpheme
- setStart(int) -
クラス net.java.sen.dictionary.Token のメソッド
- Sets the start of the character range of this Token within the
underlying sentence
- setSurface(String) -
クラス net.java.sen.dictionary.Token のメソッド
- Sets the character range of this Token within the underlying sentence
- setText(String) -
クラス net.java.sen.ReadingProcessor のメソッド
- Sets the currently analysed text.
- setVisible(int, Boolean) -
クラス net.java.sen.filter.reading.OverrideFilter のメソッド
- Sets a visibility override at a given character index
- size() -
クラス net.java.sen.compiler.VirtualTupleList のメソッド
- Returns the number of entries in the list
- SIZE -
クラス net.java.sen.dictionary.CToken の static 変数
- The length in bytes of a stored CToken
- skippedCharCount() -
インタフェース net.java.sen.dictionary.SentenceIterator のメソッド
- Returns the number of characters skipped between the previous and
current character spans
- sort() -
クラス net.java.sen.compiler.VirtualTupleList のメソッド
- Sorts the list
- span -
クラス net.java.sen.dictionary.Node の変数
- The number of characters between the end of the previous
Node
and the end of this one, including any ignored characters that do not
form part of the Morpheme
- start -
クラス net.java.sen.dictionary.Node の変数
- The index of the first character of this
Node
within the
surface
- start -
クラス net.java.sen.dictionary.Reading の変数
- The starting point within the sentence
- StreamFilter - net.java.sen.filter の インタフェース
- Represents a Node filter capable of both pre- and post-processing.
- StreamTagger - net.java.sen の クラス
- Tokenizes text read from a
java.io.Reader
See examples.StreamTaggerDemo in the Sen source for an example of how to
use this class
Thread Safety: Objects of this class are NOT thread safe and
should not be accessed simultaneously by multiple threads. - StreamTagger(StringTagger, Reader) -
クラス net.java.sen.StreamTagger のコンストラクタ
-
- StringCTokenTuple - net.java.sen.compiler の クラス
- A tuple comprising a String and a CToken
- StringCTokenTuple(String, CToken) -
クラス net.java.sen.compiler.StringCTokenTuple のコンストラクタ
-
- StringTagger - net.java.sen の クラス
- Tokenizes strings
See examples.StringTaggerDemo in the Sen source for an example of how to
use this class
Thread Safety: Objects of this class are NOT thread safe and
should not be accessed simultaneously by multiple threads.
- StringTagger(Tokenizer) -
クラス net.java.sen.StringTagger のコンストラクタ
-
Dictionary
to assist the decomposition of
strings into potential morphemesTokenizer
that uses the specified
Dictionary
to find possible morphemes within a given string
CToken
representing an unknown morpheme
StringCTokenTuple
s.true
if the stored readings, if any, are to be shown,
otherwise false
|
||||||||||
前 次 | フレームあり フレームなし |