Skip to content

Commit

Permalink
fix: 경로 에러 수정
Browse files Browse the repository at this point in the history
[#12]
  • Loading branch information
9ooDa committed Mar 21, 2024
1 parent b2a4e00 commit 15359bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/grammar_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async def upload_json(
try:

gector_path = "/home/dashic/level2-3-nlp-finalproject-nlp-02/models/gector"
verb_path = os.path.join(gector_path, "data", "verb-form-vocab.txt")
verb_path = "/home/dashic/level2-3-nlp-finalproject-nlp-02/models/gector/data/verb-form-vocab.txt"


nltk.download('punkt')
Expand Down

0 comments on commit 15359bf

Please sign in to comment.