Documentation ¶
Overview ¶
Package ascii folds Unicode characters to their ASCII equivalents where possible. Ported from Lucene org.apache.lucene.analysis.miscellaneous
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Fold ¶
func Fold(incoming *jargon.TokenStream) *jargon.TokenStream
Fold is a jargon.TokenFilter, which converts alphabetic, numeric, and symbolic Unicode characters which are not in the first 127 ASCII characters (the "Basic Latin" Unicode block) into their ASCII equivalents, if one exists. Ported from Lucene org.apache.lucene.analysis.miscellaneous
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.