mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-12 04:38:28 +03:00
5 lines
87 B
Python
5 lines
87 B
Python
|
# coding: utf-8
|
||
|
|
||
|
from .pattern import DependencyTree
|
||
|
from .parser import PatternParser
|