Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/busraoguzoglu/cyk-parser-with-turkish-cfg

Implementation of CYK algorithm to act as a recognizer and parser with Turkish CFG.
https://github.com/busraoguzoglu/cyk-parser-with-turkish-cfg

cfg cyk-algorithm nlp nlp-parsing parser recognizer turkish-nlp

Last synced: about 2 months ago
JSON representation

Implementation of CYK algorithm to act as a recognizer and parser with Turkish CFG.

Awesome Lists containing this project

README

        

# CMPE-561-HW2

Implementation of CYK algorithm to act as a recognizer and parser. Representation of CFG for Turkish that also works as a checking point for agreement phenomena is available on the project.

Examples are available on Jupyter file.

Developed by Melikşah Türker and Büşra Oğuzoğlu for CMPE561 NLP class project.