Amagnum / Parallel-CYK-CFG-Parser-OMP

A parallel program to parse a string of symbols. The inputs are a context-free grammar G in Chomsky Normal Form and a string of symbols. In the end, the program should print yes if the string of symbols can be derived by the rules of the grammar and no otherwise.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amagnum/Parallel-CYK-CFG-Parser-OMP Stargazers