Link spaCy as a static library to be called from C++ #10404
Unanswered
schoedl
asked this question in
Help: Coding & Implementations
Replies: 1 comment
-
It's not exactly what you're asking, but if you'd like to have a single binary, have you looked at building a pex (https://github.com/pantsbuild/pex)? The github repo has a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I just started looking at spaCy. It seems to be mostly written in Cython, with the modules being binary code. Did anyone manage to use spaCy from C/C++ directly, without a Python interpreter? A single binary would make deployment a whole lot easier.
Thanks for any advice,
Arno
Beta Was this translation helpful? Give feedback.
All reactions