Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Jun 27, 2022
1 parent 1d7ce28 commit 3131d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asent/lang/da.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


def read_csv_lexicon():
lexicon_file = os.path.join("..", "lexicons", "da_lexicon_sentida_v1.csv")
lexicon_file = os.path.join("..", "lexicons", "da_lexicon_sentida_lemma_v1.csv")
_this_module_file_path_ = os.path.abspath(getsourcefile(lambda: 0))
lexicon_full_filepath = os.path.join(
os.path.dirname(_this_module_file_path_), lexicon_file
Expand Down

0 comments on commit 3131d68

Please sign in to comment.