Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 643 Bytes

File metadata and controls

19 lines (17 loc) · 643 Bytes

book_parser

Currently a work in progress. Not yet in a usable state

Project Goals

  • web api through grpc-gateway
  • grpc server
  • simple react front end
  • readme
  • authentication through google platform
  • auth token caching
  • remembered visits through cookies
  • list files stored on user's google drive
  • pull down named files stored on google drive
  • parse text by paragraph, line, sentence, dialog, words, and page
  • identify similar senteces, duplicate adjectives too close together, etc.
  • identify named characters, who they interact with, and how often they appear in text
  • discover pronouns owner
  • more to come