Skip navigation links
A C D E F G H I K N O P R S T U V 

A

add(Object) - Method in class org.openkoreantext.processor.util.CharArraySet
 
add(CharSequence) - Method in class org.openkoreantext.processor.util.CharArraySet
Add this CharSequence into the set
add(String) - Method in class org.openkoreantext.processor.util.CharArraySet
Add this String into the set
add(char[]) - Method in class org.openkoreantext.processor.util.CharArraySet
Add this char[] directly to the set.
addNounsToDictionary(List<String>) - Static method in class org.openkoreantext.processor.OpenKoreanTextProcessorJava
Add user-defined words to the noun dictionary.
addWordsToDictionary(KoreanPosJava, List<String>) - Static method in class org.openkoreantext.processor.OpenKoreanTextProcessorJava
Add user-defined word List to the dictionary for the specified KoreanPos.

C

CharacterUtils - Class in org.openkoreantext.processor.util
CharacterUtils provides a unified interface to Character-related operations.
CharacterUtils() - Constructor for class org.openkoreantext.processor.util.CharacterUtils
 
CharacterUtils.CharacterBuffer - Class in org.openkoreantext.processor.util
A simple IO buffer to use with CharacterUtils.fill(CharacterBuffer, Reader).
CharArrayMap<V> - Class in org.openkoreantext.processor.util
A simple class that stores key Strings as char[]'s in a hash table.
CharArrayMap(Map<?, ? extends V>, boolean) - Constructor for class org.openkoreantext.processor.util.CharArrayMap
Creates a map from the mappings in another map.
CharArrayMap.EntryIterator - Class in org.openkoreantext.processor.util
public iterator class so efficient methods are exposed to users
CharArrayMap.EntrySet - Class in org.openkoreantext.processor.util
public EntrySet class so efficient methods are exposed to users
CharArraySet - Class in org.openkoreantext.processor.util
A simple class that stores Strings as char[]'s in a hash table.
CharArraySet(int) - Constructor for class org.openkoreantext.processor.util.CharArraySet
Create set with enough capacity to hold startSize terms
clear() - Method in class org.openkoreantext.processor.util.CharArrayMap
Clears all entries in this map.
clear() - Method in class org.openkoreantext.processor.util.CharArrayMap.EntrySet
 
clear() - Method in class org.openkoreantext.processor.util.CharArraySet
Clears all entries in this set.
codePointAt(CharSequence, int) - Method in class org.openkoreantext.processor.util.CharacterUtils
Returns the code point at the given index of the CharSequence.
codePointAt(char[], int, int) - Method in class org.openkoreantext.processor.util.CharacterUtils
Returns the code point at the given index of the char array where only elements with index less than the limit are used.
codePointCount(CharSequence) - Method in class org.openkoreantext.processor.util.CharacterUtils
Return the number of characters in seq.
contains(Object) - Method in class org.openkoreantext.processor.util.CharArrayMap.EntrySet
 
contains(char[], int, int) - Method in class org.openkoreantext.processor.util.CharArraySet
true if the len chars of text starting at off are in the set
contains(CharSequence) - Method in class org.openkoreantext.processor.util.CharArraySet
true if the CharSequence is in the set
contains(Object) - Method in class org.openkoreantext.processor.util.CharArraySet
 
containsKey(char[], int, int) - Method in class org.openkoreantext.processor.util.CharArrayMap
true if the len chars of text starting at off are in the CharArrayMap.keySet()
containsKey(CharSequence) - Method in class org.openkoreantext.processor.util.CharArrayMap
true if the CharSequence is in the CharArrayMap.keySet()
containsKey(Object) - Method in class org.openkoreantext.processor.util.CharArrayMap
 
copy(Map<?, ? extends V>) - Static method in class org.openkoreantext.processor.util.CharArrayMap
Returns a copy of the given map as a CharArrayMap.
copy(Set<?>) - Static method in class org.openkoreantext.processor.util.CharArraySet
Returns a copy of the given set as a CharArraySet.
currentValue() - Method in class org.openkoreantext.processor.util.CharArrayMap.EntryIterator
returns the value associated with the last key returned

D

detokenize(List<String>) - Static method in class org.openkoreantext.processor.OpenKoreanTextProcessorJava
Detokenize the input list of words.

E

emptyMap() - Static method in class org.openkoreantext.processor.util.CharArrayMap
Returns an empty, unmodifiable map.
entrySet() - Method in class org.openkoreantext.processor.util.CharArrayMap
 
extractPhrases(Seq<KoreanToken>, boolean, boolean) - Static method in class org.openkoreantext.processor.OpenKoreanTextProcessorJava
Extract phrases from Korean input text

F

fill(CharacterUtils.CharacterBuffer, Reader, int) - Method in class org.openkoreantext.processor.util.CharacterUtils
Fills the CharacterUtils.CharacterBuffer with characters read from the given reader Reader.
fill(CharacterUtils.CharacterBuffer, Reader) - Method in class org.openkoreantext.processor.util.CharacterUtils
Convenience method which calls fill(buffer, reader, buffer.buffer.length).

G

get(char[], int, int) - Method in class org.openkoreantext.processor.util.CharArrayMap
returns the value of the mapping of len chars of text starting at off
get(CharSequence) - Method in class org.openkoreantext.processor.util.CharArrayMap
returns the value of the mapping of the chars inside this CharSequence
get(Object) - Method in class org.openkoreantext.processor.util.CharArrayMap
 
getBuffer() - Method in class org.openkoreantext.processor.util.CharacterUtils.CharacterBuffer
Returns the internal buffer
getInstance() - Static method in class org.openkoreantext.processor.util.CharacterUtils
Returns a CharacterUtils implementation.
getLength() - Method in class org.openkoreantext.processor.KoreanTokenJava
 
getLength() - Method in class org.openkoreantext.processor.util.CharacterUtils.CharacterBuffer
Return the length of the data in the internal buffer starting at CharacterUtils.CharacterBuffer.getOffset()
getOffset() - Method in class org.openkoreantext.processor.KoreanTokenJava
 
getOffset() - Method in class org.openkoreantext.processor.util.CharacterUtils.CharacterBuffer
Returns the data offset in the internal buffer.
getPos() - Method in class org.openkoreantext.processor.KoreanTokenJava
 
getStem() - Method in class org.openkoreantext.processor.KoreanTokenJava
 
getText() - Method in class org.openkoreantext.processor.KoreanTokenJava
 

H

hasNext() - Method in class org.openkoreantext.processor.util.CharArrayMap.EntryIterator
 

I

isUnknown() - Method in class org.openkoreantext.processor.KoreanTokenJava
 
iterator() - Method in class org.openkoreantext.processor.util.CharArrayMap.EntrySet
 
iterator() - Method in class org.openkoreantext.processor.util.CharArraySet
Returns an Iterator for char[] instances in this set.

K

keySet() - Method in class org.openkoreantext.processor.util.CharArrayMap
Returns an CharArraySet view on the map's keys.
KoreanPosJava - Enum in org.openkoreantext.processor
These enum class doesn't follow Java's POS capitalization convention intentionally to match with Scala's org.openkoreantext.processor.util.KoreanPos enumeration.
KoreanTokenJava - Class in org.openkoreantext.processor
 
KoreanTokenJava(String, KoreanPosJava, int, int, boolean, String) - Constructor for class org.openkoreantext.processor.KoreanTokenJava
 

N

newCharacterBuffer(int) - Static method in class org.openkoreantext.processor.util.CharacterUtils
Creates a new CharacterUtils.CharacterBuffer and allocates a char[] of the given bufferSize.
next() - Method in class org.openkoreantext.processor.util.CharArrayMap.EntryIterator
use nextCharArray() + currentValue() for better efficiency.
nextKey() - Method in class org.openkoreantext.processor.util.CharArrayMap.EntryIterator
gets the next key...
nextKeyString() - Method in class org.openkoreantext.processor.util.CharArrayMap.EntryIterator
gets the next key as a newly created String object
normalize(CharSequence) - Static method in class org.openkoreantext.processor.OpenKoreanTextProcessorJava
Normalize Korean text 그랰ㅋㅋㅋㅋㅋㅋ -> 그래ㅋㅋ

O

offsetByCodePoints(char[], int, int, int, int) - Method in class org.openkoreantext.processor.util.CharacterUtils
Return the index within buf[start:start+count] which is by offset code points from index.
OpenKoreanTextProcessorJava - Class in org.openkoreantext.processor
Java wrapper for TwitterKoreanProcessor using Builder pattern
OpenKoreanTextProcessorJava() - Constructor for class org.openkoreantext.processor.OpenKoreanTextProcessorJava
 
org.openkoreantext.processor - package org.openkoreantext.processor
 
org.openkoreantext.processor.util - package org.openkoreantext.processor.util
 

P

put(CharSequence, V) - Method in class org.openkoreantext.processor.util.CharArrayMap
Add the given mapping.
put(Object, V) - Method in class org.openkoreantext.processor.util.CharArrayMap
 
put(String, V) - Method in class org.openkoreantext.processor.util.CharArrayMap
Add the given mapping.
put(char[], V) - Method in class org.openkoreantext.processor.util.CharArrayMap
Add the given mapping.

R

remove() - Method in class org.openkoreantext.processor.util.CharArrayMap.EntryIterator
 
remove(Object) - Method in class org.openkoreantext.processor.util.CharArrayMap.EntrySet
 
remove(Object) - Method in class org.openkoreantext.processor.util.CharArrayMap
 
remove(String) - Method in class org.openkoreantext.processor.util.CharArraySet
 
removeAll(List<String>) - Method in class org.openkoreantext.processor.util.CharArraySet
 
removeWordFromDictionary(KoreanPosJava, List<String>) - Static method in class org.openkoreantext.processor.OpenKoreanTextProcessorJava
Remove user-defined word List from the dictionary for the specified KoreanPos.
reset() - Method in class org.openkoreantext.processor.util.CharacterUtils.CharacterBuffer
Resets the CharacterBuffer.

S

setValue(V) - Method in class org.openkoreantext.processor.util.CharArrayMap.EntryIterator
sets the value associated with the last key returned
size() - Method in class org.openkoreantext.processor.util.CharArrayMap.EntrySet
 
size() - Method in class org.openkoreantext.processor.util.CharArrayMap
 
size() - Method in class org.openkoreantext.processor.util.CharArraySet
 
splitSentences(CharSequence) - Static method in class org.openkoreantext.processor.OpenKoreanTextProcessorJava
Split input text into sentences.

T

toChars(int[], int, int, char[], int) - Method in class org.openkoreantext.processor.util.CharacterUtils
Converts a sequence of unicode code points to a sequence of Java characters.
toCodePoints(char[], int, int, int[], int) - Method in class org.openkoreantext.processor.util.CharacterUtils
Converts a sequence of Java characters to a sequence of unicode code points.
tokenize(CharSequence) - Static method in class org.openkoreantext.processor.OpenKoreanTextProcessorJava
Tokenize with the builder options.
tokensToJavaKoreanTokenList(Seq<KoreanToken>, boolean) - Static method in class org.openkoreantext.processor.OpenKoreanTextProcessorJava
Transforms the tokenization output to List
tokensToJavaKoreanTokenList(Seq<KoreanToken>) - Static method in class org.openkoreantext.processor.OpenKoreanTextProcessorJava
 
tokensToJavaStringList(Seq<KoreanToken>, boolean) - Static method in class org.openkoreantext.processor.OpenKoreanTextProcessorJava
Tokenize with the builder options into a String Iterable.
tokensToJavaStringList(Seq<KoreanToken>) - Static method in class org.openkoreantext.processor.OpenKoreanTextProcessorJava
 
toLowerCase(char[], int, int) - Method in class org.openkoreantext.processor.util.CharacterUtils
Converts each unicode codepoint to lowerCase via Character.toLowerCase(int) starting at the given offset.
toString() - Method in class org.openkoreantext.processor.KoreanTokenJava
 
toString() - Method in class org.openkoreantext.processor.util.CharArrayMap
 
toString() - Method in class org.openkoreantext.processor.util.CharArraySet
 
toUpperCase(char[], int, int) - Method in class org.openkoreantext.processor.util.CharacterUtils
Converts each unicode codepoint to UpperCase via Character.toUpperCase(int) starting at the given offset.

U

unmodifiableMap(CharArrayMap<V>) - Static method in class org.openkoreantext.processor.util.CharArrayMap
Returns an unmodifiable CharArrayMap.
unmodifiableSet(CharArraySet) - Static method in class org.openkoreantext.processor.util.CharArraySet
Returns an unmodifiable CharArraySet.

V

valueOf(String) - Static method in enum org.openkoreantext.processor.KoreanPosJava
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.openkoreantext.processor.KoreanPosJava
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I K N O P R S T U V 
Skip navigation links

Copyright © 2014–2018. All rights reserved.