xrenner icon indicating copy to clipboard operation
xrenner copied to clipboard

Maximum morphological substring affix matching configuration is being ignored

Open amir-zeldes opened this issue 6 years ago • 0 comments

The setting max_suffix_length in config.ini isn't actually being used here:

https://github.com/amir-zeldes/xrenner/blob/master/xrenner/modules/xrenner_marker.py#L631-L648

This should be fixed (read feature from lex.filters["max_suffix_length"] and apply to substring window size)

amir-zeldes avatar Jul 09 '18 21:07 amir-zeldes