mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-02 19:30:19 +03:00
Another correction
This commit is contained in:
parent
8d703963d3
commit
28a93fd3e3
|
@ -183,7 +183,7 @@ updated).
|
||||||
> include_static_vectors = "False"
|
> include_static_vectors = "False"
|
||||||
> case_sensitive = "False"
|
> case_sensitive = "False"
|
||||||
> pref_lengths = [2, 3, 5]
|
> pref_lengths = [2, 3, 5]
|
||||||
> pref_rows = [10000, 10000,10000]
|
> pref_rows = [10000,10000,10000]
|
||||||
> suff_lengths = [2, 3, 4, 5]
|
> suff_lengths = [2, 3, 4, 5]
|
||||||
> suff_rows = [10000,10000,10000,10000]
|
> suff_rows = [10000,10000,10000,10000]
|
||||||
> suff_search_chars = "aeiouäöüß"
|
> suff_search_chars = "aeiouäöüß"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user