package hyphen
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- hyphen
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
Hyphenator
extends AnyRef
An hyphenator instance for a given language, with given patterns and given exceptions allows you to get the possible hyphenations of a word.
An hyphenator instance for a given language, with given patterns and given exceptions allows you to get the possible hyphenations of a word. This is an implementation of the Frank Liang's algorithm
- class StringTrie [+T] extends AnyRef
Value Members
- object Hyphenator
- object StringTrie
Gnieh Tekstlib
Gnieh Tekstlib is a library grouping standard classes and packages allowing people to work with texts and documents.
Package Structure
gnieh.diffdiff manipulation,gnieh.hyphenhyphenation for text in any language,gnieh.stringstrings manipulation for text processing,gnieh.mustachelightweight mustache template engine,gnieh.pppretty printing related classes,gnieh.regexregular expressions manipulation.