Skip to content

tsurushun/text_solution

Repository files navigation

text_solution

Extracts entities, sentiment and key phrases from texts, then stores them in a searchable format using elasticsearch.
Inteaded as a quick demo to show what you can do with text analytics using cloud services

Architecture

Documents (pdf, Word, txt) -> Amazon S3 -> SQS -> Consumer (Python) on EC2 -> Amazon Comprehend -> Elasticsearch -> Kibana

Reference

ToDo

  • Try Lambda instead of SQS
  • Try text analytic services from Google and Microsoft
  • Add CERMINE to extract metadata from scientific papers in pdf format (https://github.com/CeON/CERMINE)
  • Add translate for non-English languages

About

Extracts entities, sentiment and key phrases from texts, then stores them in searchable format

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors