mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-22 07:14:08 +03:00
Add cython compilation flags to gold.pyx
This commit is contained in:
parent
d44b1b337a
commit
2ac166eacd
|
@ -1,3 +1,5 @@
|
|||
# cython: profile=True
|
||||
# cython: infer_types=True
|
||||
from __future__ import unicode_literals, print_function
|
||||
|
||||
import numpy
|
||||
|
|
Loading…
Reference in New Issue
Block a user