D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
proc
/
self
/
root
/
usr
/
local
/
lib64
/
python3.6
/
site-packages
/
thinc
/
linear
/
Filename :
features.pxd
back
Copy
from cymem.cymem cimport Pool from ..structs cimport TemplateC, FeatureC from ..typedefs cimport atom_t cdef class ConjunctionExtracter: cdef Pool mem cdef readonly int nr_templ cdef readonly int nr_embed cdef readonly int nr_atom cdef public int linear_mode cdef int set_features(self, FeatureC* feats, const atom_t* atoms) nogil cdef TemplateC* templates cdef object _py_templates