We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a6c89 commit e35da9eCopy full SHA for e35da9e
indicnlp/common.py
@@ -9,7 +9,7 @@
9
import os
10
from pathlib import Path
11
12
-INDIC_RESOURCES_PATH = os.path.join(Path(__file__).resolve().parent.parent, "RESOURCES")
+INDIC_RESOURCES_PATH = os.path.join(Path(__file__).resolve().parent, "RESOURCES")
13
14
15
def init():
0 commit comments