mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-29 13:23:40 +03:00
added hashtag rule and fixed currency rules
This commit is contained in:
parent
e9af79a803
commit
bb08d696f9
|
@ -25,7 +25,7 @@ HTML_SUFFIX = r'</(b|strong|i|em|p|span|div|a)>'
|
||||||
MONTHS = merge_chars(_months)
|
MONTHS = merge_chars(_months)
|
||||||
LIST_CURRENCY = split_chars(_currency)
|
LIST_CURRENCY = split_chars(_currency)
|
||||||
|
|
||||||
|
TOKENIZER_PREFIXES.remove('#') # hashtag
|
||||||
_prefixes = TOKENIZER_PREFIXES + LIST_CURRENCY + [HTML_PREFIX] + ['/', '—']
|
_prefixes = TOKENIZER_PREFIXES + LIST_CURRENCY + [HTML_PREFIX] + ['/', '—']
|
||||||
|
|
||||||
_suffixes = TOKENIZER_SUFFIXES + [r'\-[Nn]ya', '-[KkMm]u', '[—-]'] + [
|
_suffixes = TOKENIZER_SUFFIXES + [r'\-[Nn]ya', '-[KkMm]u', '[—-]'] + [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user