explosion / spaCy

💫 Industrial-strength Natural Language Processing (NLP) in Python
https://spacy.io
MIT License
29.82k stars 4.37k forks source link

spacy on android.. with tflite #5817

Closed sandeepbhutani304 closed 3 years ago

sandeepbhutani304 commented 4 years ago

I am thinking of using spacy for NER work on android. Is it possible?
I am navigating here from TFLITE and was wondering if I can run spacy also along with tensorflow?

svlandeg commented 3 years ago

As spaCy is written in Python, you'd have to find a way to run your Python code on a JVM. I'm afraid this is out of spaCy's scope, though.

github-actions[bot] commented 3 years ago

This issue has been automatically closed because it was answered and there was no follow-up discussion.

github-actions[bot] commented 2 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.