0
0
bleve/analysis/language
Marty Schoch 9e9f172f81 speed up english possessive filter
previous impl always did full utf8 decode of rune
if we assume most tokens are not possessive this is unnecessary
and even if they are, we only need to chop off last to runes
so, now we only decode last rune of token, and if it looks like
s/S then we proceed to decode second to last rune, and then
only if it looks like any form of apostrophe, do we make any
changes to token, again by just reslicing original to chop
off the possessive extension
2016-09-11 12:55:03 -04:00
..
ar fix typos 2016-04-02 21:59:30 -04:00
bg add newline between license and package 2014-09-02 10:54:50 -04:00
ca add newline between license and package 2014-09-02 10:54:50 -04:00
cjk fix another test issue 2016-06-10 13:21:27 -04:00
ckb major refactor of bleve configuration 2015-09-16 17:10:59 -04:00
cs add newline between license and package 2014-09-02 10:54:50 -04:00
el add newline between license and package 2014-09-02 10:54:50 -04:00
en speed up english possessive filter 2016-09-11 12:55:03 -04:00
eu add newline between license and package 2014-09-02 10:54:50 -04:00
fa major refactor of bleve configuration 2015-09-16 17:10:59 -04:00
fr fix ineffectual assignments 2016-04-02 22:42:56 -04:00
ga add newline between license and package 2014-09-02 10:54:50 -04:00
gl add newline between license and package 2014-09-02 10:54:50 -04:00
hi added initial implementation of hindi analyzer 2015-02-04 15:12:08 -05:00
hy add newline between license and package 2014-09-02 10:54:50 -04:00
id add newline between license and package 2014-09-02 10:54:50 -04:00
in gofmt simplifications 2016-04-02 21:54:33 -04:00
it major refactor of bleve configuration 2015-09-16 17:10:59 -04:00
pt major refactor of bleve configuration 2015-09-16 17:10:59 -04:00