mirror of https://github.com/explosion/spaCy.git
* Remove profile declarations
This commit is contained in:
parent
f4809e562f
commit
823ef4a00b
|
@ -1,4 +1,3 @@
|
||||||
# cython: profile=True
|
|
||||||
"""
|
"""
|
||||||
Fill an array, context, with every _atomic_ value our features reference.
|
Fill an array, context, with every _atomic_ value our features reference.
|
||||||
We then write the _actual features_ as tuples of the atoms. The machinery
|
We then write the _actual features_ as tuples of the atoms. The machinery
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# cython: profile=True
|
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
import ctypes
|
import ctypes
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# cython: profile=True
|
|
||||||
"""
|
"""
|
||||||
MALT-style dependency parser
|
MALT-style dependency parser
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# cython: profile=True
|
|
||||||
from libc.string cimport memcpy, memset
|
from libc.string cimport memcpy, memset
|
||||||
from libc.stdint cimport uint32_t
|
from libc.stdint cimport uint32_t
|
||||||
from ..vocab cimport EMPTY_LEXEME
|
from ..vocab cimport EMPTY_LEXEME
|
||||||
|
|
Loading…
Reference in New Issue