Skip to content
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

Mining - topic detection #1

Open
3 of 5 tasks
mjy opened this issue Sep 19, 2018 · 1 comment
Open
3 of 5 tasks

Mining - topic detection #1

mjy opened this issue Sep 19, 2018 · 1 comment

Comments

@mjy
Copy link
Member

mjy commented Sep 19, 2018

  • identify what's needed from the initial stream
  • identify libraries or tools that will be used to isolate topics
  • stream back topics (by definition this means a format for returning the results)

Bonus:

  • topics are geographical entities
  • topics can be classified as biological or not

Both these require text, and therefor space and bandwidth.

@mjy mjy changed the title Background topic detection Mining - topic detection Sep 19, 2018
@herbherbherb
Copy link
Collaborator

Implemented topic model methods using tf-idf and LDA sklearn library and set up another grpc server example for topic modeling. One python client can now receives stream of documents/pages from BHL server and stream those pages to topic model server and get the corresponding topics back.
Code: https://github.com/SpeciesFileGroup/cs_492_fall/tree/topic_model_Herbert

Next Step: Working on extracting topics that are geographical entities. Play with Geo-entity extraction tool and attempt to extract geo-entity out of the document stream.
Geo-entity tool link: https://nlpforhackers.io/named-entity-extraction/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants