File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
docs/reference/analysis/tokenfilters Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 11[[analysis-stemmer-tokenfilter]]
22=== Stemmer Token Filter
33
4+ // Adds attribute for the 'minimal_portuguese' stemmer values link.
5+ // This link contains ~, which is converted to subscript.
6+ // This attribute prevents that substitution.
7+ // See https://github.com/asciidoctor/asciidoctor/wiki/How-to-prevent-URLs-containing-formatting-characters-from-getting-mangled
8+ :min-pt-stemmer-values-url: http://www.inf.ufrgs.br/~buriol/papers/Orengo_CLEF07.pdf
9+
410A filter that provides access to (almost) all of the available stemming token
511filters through a single unified interface. For example:
612
@@ -148,7 +154,7 @@ Portuguese::
148154
149155http://snowball.tartarus.org/algorithms/portuguese/stemmer.html[`portuguese`],
150156http://dl.acm.org/citation.cfm?id=1141523&dl=ACM&coll=DL&CFID=179095584&CFTOKEN=80067181[*`light_portuguese`*],
151- http://www.inf.ufrgs.br/\~buriol/papers/Orengo_CLEF07.pdf [`minimal_portuguese`],
157+ {min-pt-stemmer-values-url} [`minimal_portuguese`],
152158http://www.inf.ufrgs.br/\~viviane/rslp/index.htm[`portuguese_rslp`]
153159
154160Romanian::
You can’t perform that action at this time.
0 commit comments