B03
This commit is contained in:
parent
6f7b49f7bf
commit
3dbd3a09d5
@ -1,13 +1,8 @@
|
|||||||
import sys
|
import sys
|
||||||
|
|
||||||
# fsa_description = sys.argv[1]
|
fsa_description = sys.argv[1]
|
||||||
# inputWords = sys.argv[2]
|
inputWords = sys.argv[2]
|
||||||
# outputResult = sys.argv[3]
|
outputResult = sys.argv[3]
|
||||||
|
|
||||||
fsa_description = "fsa_description.arg"
|
|
||||||
inputWords = "test.in"
|
|
||||||
outputResult = "test.out"
|
|
||||||
|
|
||||||
|
|
||||||
def readDescription(currentPos, charInput):
|
def readDescription(currentPos, charInput):
|
||||||
with open(fsa_description, 'r', encoding="utf-8") as descript:
|
with open(fsa_description, 'r', encoding="utf-8") as descript:
|
||||||
|
Loading…
Reference in New Issue
Block a user