(path)
| 91 | n_letters = len(all_letters) + 1 # Plus EOS marker |
| 92 | |
| 93 | def findFiles(path): return glob.glob(path) |
| 94 | |
| 95 | # Turn a Unicode string to plain ASCII, thanks to https://stackoverflow.com/a/518232/2809427 |
| 96 | def unicodeToAscii(s): |
no outgoing calls
no test coverage detected