Skip to content

Commit 634278b

Browse files
committed
Update README.md
1 parent e9a8c20 commit 634278b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The CYK-Algorithm can be used to check if a word can be derived from a CFG (context-sensitive grammar).
66

7-
You only need you grammar to be in the CNF (Chomsky normal form) format. This Java application will parse an external grammar file and then output the result visualized in a table.
7+
You only need your grammar to be in the CNF (Chomsky normal form) format. This Java application will parse an external grammar file and then output the result visualized in a table.
88

99
## Grammar File
1010

0 commit comments

Comments
 (0)