Skip to content

rachelwaldon/capstone-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

capstone-project

A grammar checking program that implements NLP tasks Grammar Induction and Constituency Parsing.

  • Data Pre-Processing
    • Parse tree data (sample_data.mrg) is pre-processed by simplifying part of speech tags.
    • Converts CFG parse trees to CNF form.
  • Grammar Induction
    • Generates a probabilistic context-free grammar trained on the grammar productions from parse tree data.
  • Constituency Parsing
    • Using the induced grammar, an English sentence is parsed with the CKY algorithm with probabilities.
    • The algorithm returns the most likely parse for the input.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published