mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-14 13:47:13 +03:00
5ca0dbae76
* Add support basic support for lower sorbian. * Add some test for dsb. * Update spacy/lang/dsb/examples.py Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
16 lines
118 B
Python
16 lines
118 B
Python
STOP_WORDS = set(
|
|
"""
|
|
a abo aby ako ale až
|
|
|
|
daniž dokulaž
|
|
|
|
gaž
|
|
|
|
jolic
|
|
|
|
pak pótom
|
|
|
|
teke togodla
|
|
""".split()
|
|
)
|