File tree 1 file changed +7
-1
lines changed
docs/reference/analysis/tokenfilters
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
[[analysis-stemmer-tokenfilter]]
2
2
=== Stemmer Token Filter
3
3
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
+
4
10
A filter that provides access to (almost) all of the available stemming token
5
11
filters through a single unified interface. For example:
6
12
@@ -152,7 +158,7 @@ Portuguese::
152
158
153
159
http://snowball.tartarus.org/algorithms/portuguese/stemmer.html[`portuguese`],
154
160
http://dl.acm.org/citation.cfm?id=1141523&dl=ACM&coll=DL&CFID=179095584&CFTOKEN=80067181[*`light_portuguese`*],
155
- http://www.inf.ufrgs.br/\~buriol/papers/Orengo_CLEF07.pdf [`minimal_portuguese`],
161
+ {min-pt-stemmer-values-url} [`minimal_portuguese`],
156
162
http://www.inf.ufrgs.br/\~viviane/rslp/index.htm[`portuguese_rslp`]
157
163
158
164
Romanian::
You can’t perform that action at this time.
0 commit comments