Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/busraoguzoglu/cyk-parser-with-turkish-cfg
- Owner: busraoguzoglu
- Created: 2021-01-11T12:26:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-23T15:08:12.000Z (over 3 years ago)
- Last Synced: 2023-06-14T21:37:40.470Z (over 1 year ago)
- Topics: cfg, cyk-algorithm, nlp, nlp-parsing, parser, recognizer, turkish-nlp
- Language: Jupyter Notebook
- Homepage:
- Size: 28 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.