Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 419 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 419 Bytes

TextRank

This is a microservice for extractive summarization with TextRank.

BUILD DOCKER

  • Change into correct diretory: cd wikihow-qa/services/wikihow-textrank
  • Build the container: docker build -t bigabig/wikihow-textrank:latest .
  • (Optional) Test if the container is working:
    • Run the container: docker run -p5000:5000 bigabig/wikihow-textrank:latest
    • View example output: visit http://localhost:5000/