* Remove profile declarations

This commit is contained in:
Matthew Honnibal 2015-07-25 18:12:25 +02:00
parent f4809e562f
commit 823ef4a00b
4 changed files with 0 additions and 4 deletions

View File

@ -1,4 +1,3 @@
# cython: profile=True
"""
Fill an array, context, with every _atomic_ value our features reference.
We then write the _actual features_ as tuples of the atoms. The machinery

View File

@ -1,4 +1,3 @@
# cython: profile=True
from __future__ import unicode_literals
import ctypes

View File

@ -1,4 +1,3 @@
# cython: profile=True
"""
MALT-style dependency parser
"""

View File

@ -1,4 +1,3 @@
# cython: profile=True
from libc.string cimport memcpy, memset
from libc.stdint cimport uint32_t
from ..vocab cimport EMPTY_LEXEME