-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to make a fast actor coding system #182
Comments
using a tf-idf to find the most important actors in the db that have not be coded yet. |
|
…system, getting the potential useful entities stuff
And the ner result with our arabic nouns is imported into a tabled called spacyNer on hanover mongodb |
…d and store the data seperately for per and prg entities returned from Spacy
And the output of the data is store on portland. This will be the data we use to build the fast coding interface, key is the arabic entity ,value is the first 5 snetence id that contain this word |
…and clear logic all worked and also count left, so need to update teh db to show 5 sentences
… still need to dilter out the existing nouns that tagged in the normal interface
Since the wikipedia library is in python, need to use flask to make a python api that the web can make a call to, and for flask python api this is a good tutorial.
https://blog.miguelgrinberg.com/post/designing-a-restful-api-with-python-and-flask
The text was updated successfully, but these errors were encountered: