mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-09 15:52:31 +03:00
isort
This commit is contained in:
parent
135a28a89d
commit
3cc6c50688
|
@ -1,14 +1,14 @@
|
||||||
from typing import Callable, Dict, List, Optional, Tuple
|
|
||||||
import re
|
import re
|
||||||
|
from typing import Callable, Dict, List, Optional, Tuple
|
||||||
|
|
||||||
from thinc.api import Model
|
from thinc.api import Model
|
||||||
|
|
||||||
from ..char_classes import COMBINING_DIACRITICS
|
|
||||||
from ...pipeline import Lemmatizer
|
from ...pipeline import Lemmatizer
|
||||||
from ...pipeline.lemmatizer import lemmatizer_score
|
from ...pipeline.lemmatizer import lemmatizer_score
|
||||||
from ...symbols import POS
|
from ...symbols import POS
|
||||||
from ...tokens import Token
|
from ...tokens import Token
|
||||||
from ...vocab import Vocab
|
from ...vocab import Vocab
|
||||||
|
from ..char_classes import COMBINING_DIACRITICS
|
||||||
|
|
||||||
PUNCT_RULES = {"«": '"', "»": '"'}
|
PUNCT_RULES = {"«": '"', "»": '"'}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user