|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Alphabet | |
---|---|
au.id.pbw.hyfo.hyph | The main package of HyFo. |
Uses of Alphabet in au.id.pbw.hyfo.hyph |
---|
Fields in au.id.pbw.hyfo.hyph declared as Alphabet | |
---|---|
protected Alphabet |
HyphenationTreeBuilder.alphabet
The Alphabet for the tree being constructed. |
Methods in au.id.pbw.hyfo.hyph that return Alphabet | |
---|---|
Alphabet |
AlphabetBuilder.get_alphabet()
Returns the Alphabet constructed from the character
classes. |
Methods in au.id.pbw.hyfo.hyph with parameters of type Alphabet | |
---|---|
protected void |
HyphenationTreeBuilder.process_instance(InstanceType type,
List<PatternElement> list,
Alphabet alphabet,
Map<String,HyphenBreak[]> map)
Process a pattern instance, adding it to the given map. |
protected void |
HyphenationTreeBuilder.process_text_instance(InstanceType type,
TextElement text_el,
Alphabet alphabet,
Map<String,HyphenBreak[]> map)
Process a text instance, adding it to the given map. |
Constructors in au.id.pbw.hyfo.hyph with parameters of type Alphabet | |
---|---|
HyphenatedWord(int[] char_classes,
int[] char_indices,
String word,
HyphenBreak[] breakpoints,
Alphabet alphabet)
Creates a new instance of HyphenatedWord from the given arrays. |
|
HyphenationTree(Alphabet alphabet,
TernaryTree exceptions,
HyphenDataCache exception_data,
TernaryTree patterns,
HyphenDataCache pattern_data)
Creates a new instance of HyphenationTree, from a set of components which have been constructed by processing a hyphenation pattern file. |
|
HyphenBreak(Alphabet alphabet)
Constructs a HyphenBreak with the default weight and default
Modifier values. |
|
HyphenBreak(byte weight,
Alphabet alphabet)
Constructs a HyphenBreak with the given weight and default
Modifier values. |
|
HyphenBreak(char ch,
Alphabet alphabet)
Constructs a HyphenBreak with a weight derived from the
given character, and default Modifier values. |
|
HyphenInhibitor(Byte weight,
Alphabet alphabet)
Creates a new instance of HyphenInhibitor |
|
Modifier(Alphabet alphabet)
Constructs the default modifier. |
|
Modifier(Alphabet alphabet,
String nobreak,
String prebreak,
String postbreak)
Constructs a modifier with the given no-break, pre-break and post-break strings. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |