Skip to content

acenturyandabit/spacy-node-win

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

env: python3 64bit fresh install

works but not pretty. sorry, i guess?

  1. install spacy: pip install spacy
  2. install websockets: pip install websockets
  3. change port in spacy.py and spacy-nlp-win.js if desired
  4. [NO NEED FOR THIS ANYMORE] run spacy.py in background. this is the server. wait for SPACY OK. BE PATIENT
  5. npm install ws
  6. spacy=require("./spacy-nlp-win.js")
  7. instance=new spacy()
  8. data=spacy.nlp("some sentence")

About

nodejs adapter for spacy. works. not pretty.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published