galician
[iramuteq] / chemins.py
index 6b124ef..014d009 100644 (file)
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 #Author: Pierre Ratinaud
 #Copyright (c) 2008 Pierre Ratinaud
 # -*- coding: utf-8 -*-
 #Author: Pierre Ratinaud
 #Copyright (c) 2008 Pierre Ratinaud
-#Lisense: GNU/GPL
+#License: GNU/GPL
 
 import os
 import tempfile
 
 import os
 import tempfile
@@ -166,6 +166,8 @@ def ConstructDicoPath(AppliPath):
         'greek_exp' : os.path.join(BasePath, 'expression_gr.txt'),
         'spanish' :  os.path.join(BasePath, 'lexique_sp.txt'),
         'spanish_exp' :  os.path.join(BasePath, 'expression_sp.txt'),
         'greek_exp' : os.path.join(BasePath, 'expression_gr.txt'),
         'spanish' :  os.path.join(BasePath, 'lexique_sp.txt'),
         'spanish_exp' :  os.path.join(BasePath, 'expression_sp.txt'),
+        'galician' : os.path.join(BasePath, 'lexique_gl.txt'),
+        'galician_exp' : os.path.join(BasePath, 'expression_gl.txt'),
     }
     return DictPath
 
     }
     return DictPath