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

Probate Parsing Solution #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 4, 2018

  1. Probate Parsing Solution

    1. OCR using pytesseract - ocr.py
    2. Named Entity Recognition using NLTK and Stanford NLP Wrapper
    	a)NLTK - nltk_ner.py
    	b)Stanford NLP - stanford_ner.py
    3. To get a good idea of prerequisites and execution details - README.md
    shahsaumya committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    682099f View commit details
    Browse the repository at this point in the history
  2. Fixes in README

    shahsaumya committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    bd5a0ee View commit details
    Browse the repository at this point in the history