Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.
/ gocyk Public archive

Cocke–Younger–Kasami algorithm implementation in GO

License

Notifications You must be signed in to change notification settings

jszwec/gocyk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gocyk

Cocke–Younger–Kasami algorithm implementation in GO.

Installation

go get github.com/jszwec/gocyk/cmd/gocyk

Usage

gocyk -input grammar.txt -word baaba -output file.html

grammar example :

S->AB|BC

A->BA|a

B->CC|b

C->AB|a

About

Cocke–Younger–Kasami algorithm implementation in GO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages