Maslor / parser-ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parser-ai

An AI to parse sentences and extract noun phrases.

$ python parser.py
Sentence: Holmes sat.
        S
   _____|___
  NP        VP
  |         |
  N         V
  |         |
holmes     sat

Noun Phrase Chunks
holmes

Additional Details

Project Details

About


Languages

Language:Python 100.0%