fix destination path for dictionary
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ iterator iterWords*(filename: string): string =
|
||||
|
||||
|
||||
when isMainModule:
|
||||
let path = r"C:\Users\Joe\Documents\Code\words\BNC\2554\download\Texts\A\A0\A00.xml"
|
||||
let path = r"C:\Users\Joe\Documents\Code\passphrase\data\BNC\2554\download\Texts\A\A0\A00.xml"
|
||||
var count = 0
|
||||
for word in iterWords(path):
|
||||
inc count
|
||||
|
||||
Reference in New Issue
Block a user