mirror of
https://github.com/explosion/spaCy.git
synced 2025-10-02 18:06:46 +03:00
Remove zum from German tokenizer exceptions
This commit is contained in:
parent
7c5bde3f8c
commit
1113a16cd4
|
@ -49,10 +49,6 @@ _exc = {
|
|||
"über'm": [
|
||||
{ORTH: "über", LEMMA: "über"},
|
||||
{ORTH: "'m", LEMMA: "der", NORM: "dem"}],
|
||||
"zum": [
|
||||
{ORTH: "zu", LEMMA: "zu", "morphology": [Fused_begin]},
|
||||
{ORTH: "m", LEMMA: "der", "morphology": [Fused_inside]}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user