• Stars
    star
    1
  • Language
    Python
  • Created over 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is a context-free grammar parser that uses the CKY algorithm, implemented in Python. This parser is capable of parsing sentences using the rules and productions of a context-free grammar.