A B C D E F G H I J K L M N P R S T U V W

A

add(String) - Method in class net.java.sen.tools.DictionaryMaker
 
addInfo - Variable in class net.java.sen.Node
 
addPostProcessor(PostProcessor) - Method in class net.java.sen.StreamTagger
Add PostProcessor.
addPostProcessor(PostProcessor) - Method in class net.java.sen.StringTagger
Add PostProcessor.
addPreProcessor(PreProcessor) - Method in class net.java.sen.StreamTagger
Add PreProcessor.
addPreProcessor(PreProcessor) - Method in class net.java.sen.StringTagger
Add PreProcessor.
addToTokenList(List, Token) - Method in class net.java.sen.processor.RemarkPreProcessor
 
analyze(String) - Method in class net.java.sen.StringTagger
Analyze string.
analyze(char[]) - Method in class net.java.sen.Viterbi
 
append(String) - Method in class net.java.sen.util.CSVData
Append the specified element to the buffer.

B

begin - Variable in class net.java.sen.Node
 
bosNode - Variable in class net.java.sen.Tokenizer
 
bosToken - Variable in class net.java.sen.Tokenizer
 
bosToken2 - Variable in class net.java.sen.Tokenizer
 
build() - Method in class net.java.sen.tools.DictionaryMaker
 
build(char[][], int[], int[]) - Method in class net.java.sen.util.DoubleArrayTrie
 
build(char[][], int[], int[], int) - Method in class net.java.sen.util.DoubleArrayTrie
 

C

CSVData - class net.java.sen.util.CSVData.
create CSV string.
CSVData() - Constructor for class net.java.sen.util.CSVData
Constructor for CSVData
CSVParser - class net.java.sen.util.CSVParser.
parse CSV file and extract token.
CSVParser(InputStream) - Constructor for class net.java.sen.util.CSVParser
Constructor for CSVParser
CSVParser(String) - Constructor for class net.java.sen.util.CSVParser
Constructor for CSVParser
CSVParser(InputStream, String) - Constructor for class net.java.sen.util.CSVParser
Constructor for CSVParser
CToken - class net.java.sen.CToken.
 
CToken() - Constructor for class net.java.sen.CToken
 
CompositPostProcessor - class net.java.sen.processor.CompositPostProcessor.
 
CompositPostProcessor() - Constructor for class net.java.sen.processor.CompositPostProcessor
 
CompoundWordPostProcessor - class net.java.sen.processor.CompoundWordPostProcessor.
 
CompoundWordPostProcessor(String) - Constructor for class net.java.sen.processor.CompoundWordPostProcessor
 
clear() - Method in class net.java.sen.Node
clear node.
clear() - Method in class net.java.sen.Tokenizer
 
clear() - Method in class net.java.sen.util.CSVData
remove all element.
close() - Method in class net.java.sen.Dictionary
 
close() - Method in class net.java.sen.Tokenizer
 
close() - Method in interface net.java.sen.io.FileAccessor
 
close() - Method in class net.java.sen.io.FullBufferedReader
 
close() - Method in class net.java.sen.io.MappedBufferedReader
 
commonPrefixSearch(char[], int) - Method in class net.java.sen.Dictionary
 
commonPrefixSearch(char[], int[], int, int) - Method in class net.java.sen.util.DoubleArrayTrie
 
compareTo(Object) - Method in class net.java.sen.tools.PairObject
 
copy(Node) - Method in class net.java.sen.Node
copy node.
cost - Variable in class net.java.sen.CToken
 
cost - Variable in class net.java.sen.Node
 

D

Dictionary - class net.java.sen.Dictionary.
 
Dictionary(String, String, String, String) - Constructor for class net.java.sen.Dictionary
 
DictionaryMaker - class net.java.sen.tools.DictionaryMaker.
 
DictionaryMaker() - Constructor for class net.java.sen.tools.DictionaryMaker
 
DoubleArrayTrie - class net.java.sen.util.DoubleArrayTrie.
 
DoubleArrayTrie() - Constructor for class net.java.sen.util.DoubleArrayTrie
 
debug - Static variable in class net.java.sen.tools.DictionaryMaker
 
dic - Variable in class net.java.sen.Tokenizer
 
doPostProcess(Token[], Map) - Method in class net.java.sen.StringTagger
Execute all registered preprocess.
doPreProcess(String, Map) - Method in class net.java.sen.StringTagger
Execute all registered preprocess.
dumpChar(char[], String) - Static method in class net.java.sen.util.DoubleArrayTrie
 

E

elements - Variable in class net.java.sen.util.CSVData
 
end - Variable in class net.java.sen.Node
 
end() - Method in class net.java.sen.Node
get end index of this node.
end() - Method in class net.java.sen.Token
get end index of this token.
enquote(String) - Method in class net.java.sen.util.CSVData
 
eosToken - Variable in class net.java.sen.Tokenizer
 

F

FileAccessor - interface net.java.sen.io.FileAccessor.
 
FileAccessorFactory - class net.java.sen.io.FileAccessorFactory.
Factory to obtain following FileAccessor.
FileAccessorFactory() - Constructor for class net.java.sen.io.FileAccessorFactory
 
FullBufferedReader - class net.java.sen.io.FullBufferedReader.
 
FullBufferedReader(String) - Constructor for class net.java.sen.io.FullBufferedReader
 
FullBufferedReader(File) - Constructor for class net.java.sen.io.FullBufferedReader
 

G

getAddInfo() - Method in class net.java.sen.Node
get additional information.
getAddInfo() - Method in class net.java.sen.Token
get additional information.
getBOSToken() - Method in class net.java.sen.Dictionary
 
getBasicString() - Method in class net.java.sen.Node
get un-conjugate string.
getBasicString() - Method in class net.java.sen.Token
get un-conjugate string.
getById(int) - Method in class net.java.sen.tools.DictionaryMaker
 
getCform() - Method in class net.java.sen.Node
get conjugational form.
getCform() - Method in class net.java.sen.Token
get conjugational form.
getCharClass(char) - Method in class net.java.sen.Tokenizer
 
getCharClass(char) - Method in class net.java.sen.ja.JapaneseTokenizer
 
getCost() - Method in class net.java.sen.Node
get cost
getCost() - Method in class net.java.sen.Token
get cost.
getDicId(String) - Method in class net.java.sen.tools.DictionaryMaker
 
getEOSToken() - Method in class net.java.sen.Dictionary
 
getInstance() - Static method in class net.java.sen.StringTagger
 
getInstance(Locale) - Static method in class net.java.sen.StringTagger
Deprecated. use instead of StringTagger#getinstance(String senConfig)
getInstance(String) - Static method in class net.java.sen.StringTagger
Obtain StringTagger instance for with specified configuration.
getInstance(String) - Static method in class net.java.sen.io.FileAccessorFactory
 
getInstance(File) - Static method in class net.java.sen.io.FileAccessorFactory
 
getNewNode() - Method in class net.java.sen.Tokenizer
 
getPath(String, String) - Static method in class net.java.sen.SenUtils
 
getPos() - Method in class net.java.sen.Node
get part of speech as chasen format.
getPos() - Method in class net.java.sen.Token
get part of speech.
getPosInfo(int) - Method in class net.java.sen.Dictionary
 
getPronunciation() - Method in class net.java.sen.Node
get pronunciation.
getPronunciation() - Method in class net.java.sen.Token
get pronunciation.
getReading() - Method in class net.java.sen.Node
get reading.
getReading() - Method in class net.java.sen.Token
get reading.
getRealPath(String) - Static method in class net.java.sen.SenUtils
Get real path.
getRules() - Method in class net.java.sen.processor.CompositPostProcessor
 
getSurface() - Method in class net.java.sen.Token
get surface.
getTermInfo() - Method in class net.java.sen.Token
get termInfo.
getUnknownToken() - Method in class net.java.sen.Dictionary
 

H

hasNext() - Method in class net.java.sen.StreamTagger
Check have more morphemes or not.
hasNext() - Method in class net.java.sen.StringTagger
Check StringTagger have more morphemes or not.

I

id - Variable in class net.java.sen.Node
 
idList - Variable in class net.java.sen.tools.DictionaryMaker
 
insert(int, String) - Method in class net.java.sen.util.CSVData
Insert the specified element to the buffer.

J

JapaneseTokenizer - class net.java.sen.ja.JapaneseTokenizer.
 
JapaneseTokenizer(String, String, String, String, String) - Constructor for class net.java.sen.ja.JapaneseTokenizer
 

K

key - Variable in class net.java.sen.tools.PairObject
 

L

lcAttr - Variable in class net.java.sen.CToken
 
length - Variable in class net.java.sen.CToken
 
length - Variable in class net.java.sen.Node
 
length() - Method in class net.java.sen.Node
get length of this node.
length() - Method in class net.java.sen.Token
get length of this token.
lnext - Variable in class net.java.sen.Node
 
load(String) - Method in class net.java.sen.util.DoubleArrayTrie
 
loadFile(String) - Static method in class net.java.sen.SenUtils
load file into char arrray
lookup(char[], int) - Method in class net.java.sen.Tokenizer
 
lookup(char[], int) - Method in class net.java.sen.ja.JapaneseTokenizer
 

M

MappedBufferedReader - class net.java.sen.io.MappedBufferedReader.
 
MappedBufferedReader(String) - Constructor for class net.java.sen.io.MappedBufferedReader
 
MappedBufferedReader(File) - Constructor for class net.java.sen.io.MappedBufferedReader
 
MkCompoundTable - class net.java.sen.tools.MkCompoundTable.
 
MkCompoundTable() - Constructor for class net.java.sen.tools.MkCompoundTable
 
MkSenDic - class net.java.sen.tools.MkSenDic.
 
MkSenDic() - Constructor for class net.java.sen.tools.MkSenDic
 
main(String[]) - Static method in class ProcessorDemo
 
main(String[]) - Static method in class StreamTaggerDemo
 
main(String[]) - Static method in class StringTaggerDemo
 
main(String[]) - Static method in class net.java.sen.tools.MkCompoundTable
Build compound word table.
main(String[]) - Static method in class net.java.sen.tools.MkSenDic
Build sen dictionary.
main(String[]) - Static method in class net.java.sen.util.CSVData
 
main(String[]) - Static method in class net.java.sen.util.CSVParser
 
main(String[]) - Static method in class net.java.sen.util.DoubleArrayTrie
 

N

Node - class net.java.sen.Node.
 
Node() - Constructor for class net.java.sen.Node
 
net.java.sen - package net.java.sen
 
net.java.sen.io - package net.java.sen.io
 
net.java.sen.ja - package net.java.sen.ja
 
net.java.sen.processor - package net.java.sen.processor
 
net.java.sen.tools - package net.java.sen.tools
 
net.java.sen.util - package net.java.sen.util
 
next - Variable in class net.java.sen.Node
 
next() - Method in class net.java.sen.StreamTagger
Get next morpheme.
next() - Method in class net.java.sen.StringTagger
Get next morpheme.
nextRow() - Method in class net.java.sen.util.CSVParser
 
nextToken() - Method in class net.java.sen.util.CSVParser
extract next token.
nextTokens() - Method in class net.java.sen.util.CSVParser
extract all tokens in line.

P

PairObject - class net.java.sen.tools.PairObject.
 
PairObject(Object, Object) - Constructor for class net.java.sen.tools.PairObject
 
PostProcessor - interface net.java.sen.processor.PostProcessor.
 
PreProcessor - interface net.java.sen.processor.PreProcessor.
 
ProcessorDemo - class ProcessorDemo.
 
ProcessorDemo() - Constructor for class ProcessorDemo
 
posID - Variable in class net.java.sen.CToken
 
posid - Variable in class net.java.sen.CToken
 
prev - Variable in class net.java.sen.Node
 
process(Token[], Map) - Method in class net.java.sen.processor.CompositPostProcessor
 
process(Token[], Map) - Method in class net.java.sen.processor.CompoundWordPostProcessor
 
process(Token[], Map) - Method in interface net.java.sen.processor.PostProcessor
 
process(String, Map) - Method in interface net.java.sen.processor.PreProcessor
 
process(Token[], Map) - Method in class net.java.sen.processor.RemarkPostProcessor
 
process(String, Map) - Method in class net.java.sen.processor.RemarkPreProcessor
 

R

RandomAccessReader - class net.java.sen.io.RandomAccessReader.
 
RandomAccessReader(String) - Constructor for class net.java.sen.io.RandomAccessReader
 
RandomAccessReader(File) - Constructor for class net.java.sen.io.RandomAccessReader
 
RemarkPostProcessor - class net.java.sen.processor.RemarkPostProcessor.
 
RemarkPostProcessor() - Constructor for class net.java.sen.processor.RemarkPostProcessor
 
RemarkPreProcessor - class net.java.sen.processor.RemarkPreProcessor.
 
RemarkPreProcessor() - Constructor for class net.java.sen.processor.RemarkPreProcessor
 
rcAttr1 - Variable in class net.java.sen.CToken
 
rcAttr2 - Variable in class net.java.sen.CToken
 
read(FileAccessor) - Method in class net.java.sen.CToken
 
read(RandomAccessFile) - Method in class net.java.sen.CToken
 
read() - Method in interface net.java.sen.io.FileAccessor
 
read(byte[], int, int) - Method in interface net.java.sen.io.FileAccessor
 
read() - Method in class net.java.sen.io.FullBufferedReader
 
read(byte[], int, int) - Method in class net.java.sen.io.FullBufferedReader
 
read() - Method in class net.java.sen.io.MappedBufferedReader
 
read(byte[], int, int) - Method in class net.java.sen.io.MappedBufferedReader
 
readBSInt(InputStream) - Static method in class net.java.sen.SenUtils
 
readBSInt(RandomAccessFile) - Static method in class net.java.sen.SenUtils
 
readBSShort(RandomAccessFile) - Static method in class net.java.sen.SenUtils
 
readInt() - Method in interface net.java.sen.io.FileAccessor
 
readInt() - Method in class net.java.sen.io.FullBufferedReader
 
readInt() - Method in class net.java.sen.io.MappedBufferedReader
 
readRules(BufferedReader) - Method in class net.java.sen.processor.CompositPostProcessor
 
readRules(BufferedReader) - Method in class net.java.sen.processor.RemarkPreProcessor
 
readShort(RandomAccessFile) - Static method in class net.java.sen.SenUtils
 
readShort() - Method in interface net.java.sen.io.FileAccessor
 
readShort() - Method in class net.java.sen.io.FullBufferedReader
 
readShort() - Method in class net.java.sen.io.MappedBufferedReader
 
remove(int) - Method in class net.java.sen.util.CSVData
Removes the element at the specified position in the buffer.
replaceToSpace(String, int, int) - Method in class net.java.sen.processor.RemarkPreProcessor
 
rnext - Variable in class net.java.sen.Node
 
ruleList - Variable in class net.java.sen.processor.RemarkPreProcessor
 

S

SIZE - Static variable in class net.java.sen.CToken
 
SenUtils - class net.java.sen.SenUtils.
 
SenUtils() - Constructor for class net.java.sen.SenUtils
 
StreamTagger - class net.java.sen.StreamTagger.
This class generate morpheme tags from Reader.
StreamTagger(Reader, Locale) - Constructor for class net.java.sen.StreamTagger
Deprecated.  
StreamTagger(Reader) - Constructor for class net.java.sen.StreamTagger
Construct new StreamTagger.
StreamTagger(Reader, String) - Constructor for class net.java.sen.StreamTagger
Construct new StreamTagger.
StreamTaggerDemo - class StreamTaggerDemo.
 
StreamTaggerDemo() - Constructor for class StreamTaggerDemo
 
StringTagger - class net.java.sen.StringTagger.
This class generate morpheme tags from String.
StringTaggerDemo - class StringTaggerDemo.
 
StringTaggerDemo() - Constructor for class StringTaggerDemo
 
save(String) - Method in class net.java.sen.util.DoubleArrayTrie
 
search(char[], int, int) - Method in class net.java.sen.util.DoubleArrayTrie
 
seek(int) - Method in interface net.java.sen.io.FileAccessor
 
seek(int) - Method in class net.java.sen.io.FullBufferedReader
 
seek(long) - Method in class net.java.sen.io.FullBufferedReader
 
seek(int) - Method in class net.java.sen.io.MappedBufferedReader
 
seek(long) - Method in class net.java.sen.io.MappedBufferedReader
 
seek(int) - Method in class net.java.sen.io.RandomAccessReader
 
set(int, String) - Method in class net.java.sen.util.CSVData
Replaces the element at the specified position in the buffer with the specified element.
setAddInfo(String) - Method in class net.java.sen.Token
set additional information.
setBasicString(String) - Method in class net.java.sen.Token
set un-conjugate string.
setCform(String) - Method in class net.java.sen.Token
set conjugational form.
setCost(int) - Method in class net.java.sen.Token
set cost.
setLength(int) - Method in class net.java.sen.Token
set length of token.
setPos(String) - Method in class net.java.sen.Token
set part of speech.
setPronunciation(String) - Method in class net.java.sen.Token
set pronunciation.
setReading(String) - Method in class net.java.sen.Token
set reading.
setStart(int) - Method in class net.java.sen.Token
set start position.
setSurface(String) - Method in class net.java.sen.Token
set surface.
setTermInfo(String) - Method in class net.java.sen.Token
set termInfo.
size() - Method in class net.java.sen.tools.DictionaryMaker
 
skipCharClass(char[], int, int, int, int[]) - Method in class net.java.sen.Tokenizer
 
skipCharClass(char[], int, int, int) - Method in class net.java.sen.Tokenizer
 
start() - Method in class net.java.sen.Node
get start index of this node.
start() - Method in class net.java.sen.Token
get start index of this token.
surface - Variable in class net.java.sen.Node
 

T

Token - class net.java.sen.Token.
This class represent morpheme information.
Token(Node) - Constructor for class net.java.sen.Token
constructor.
Token() - Constructor for class net.java.sen.Token
constructor.
Tokenizer - class net.java.sen.Tokenizer.
 
Tokenizer(String, String, String, String, String) - Constructor for class net.java.sen.Tokenizer
 
termInfo - Variable in class net.java.sen.Node
 
toString() - Method in class net.java.sen.Node
convert to string.
toString() - Method in class net.java.sen.Token
get string representation.
toString() - Method in class net.java.sen.util.CSVData
Return a string representation.
token - Variable in class net.java.sen.Node
 

U

unknownPos - Variable in class net.java.sen.StringTagger
 
unknownToken - Variable in class net.java.sen.Tokenizer
 

V

Viterbi - class net.java.sen.Viterbi.
 
Viterbi() - Constructor for class net.java.sen.Viterbi
 
Viterbi(Tokenizer) - Constructor for class net.java.sen.Viterbi
 
value - Variable in class net.java.sen.tools.PairObject
 

W

write(DataOutput) - Method in class net.java.sen.CToken
 

A B C D E F G H I J K L M N P R S T U V W