diff options
author | Joe Robinson <joe@mumsnet.com> | 2014-09-19 14:36:52 +0100 |
---|---|---|
committer | Joe Robinson <joe@mumsnet.com> | 2014-09-19 14:36:52 +0100 |
commit | cdd4ec7a447c0212ea1b26fc337f84099d07d7cb (patch) | |
tree | ba6b2c0cff4690e2d41f36cdb7087365d5042f59 /bladictionary.py | |
parent | d8e4999f1210686db326d9e9fa9a91d891efab9c (diff) |
Moved OED file
Diffstat (limited to 'bladictionary.py')
-rwxr-xr-x | bladictionary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bladictionary.py b/bladictionary.py index 071d058..36059bd 100755 --- a/bladictionary.py +++ b/bladictionary.py @@ -171,7 +171,7 @@ def parse_args(): def parse_oed(word): types = ["n.", "—n.", "v.", "—v.", "adj.", "—adj.", "adv.", "—adv."] - file = open("oed.txt") + file = open("dictionaries/oed.txt") word_line = "" for line in file: |