Skip to content

Commit aaa9cf7

Browse files
author
Sean Trott
committed
grammar generator
1 parent bb2e2b0 commit aaa9cf7

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/main/nluas/language/grammar_generator.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@
1414

1515
#utterances = lexicon = sorted(list(set(analyzer.get_utterances())))
1616

17-
"""
17+
1818
with open("generated/words.txt", "w") as lexicon_file:
1919
for word in lexicon:
2020
lexicon_file.write("{}\n".format(word))
21-
lexicon_file.close()
22-
23-
"""
21+
lexicon_file.close()

0 commit comments

Comments
 (0)