projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cea43bf
)
encoding
author
pierre
<ratinaud@univ-tlse2.fr>
Sun, 14 Sep 2014 13:53:23 +0000
(15:53 +0200)
committer
pierre
<ratinaud@univ-tlse2.fr>
Sun, 14 Sep 2014 13:53:23 +0000
(15:53 +0200)
textaslexico.py
patch
|
blob
|
history
diff --git
a/textaslexico.py
b/textaslexico.py
index
000e8d0
..
35007b2
100644
(file)
--- a/
textaslexico.py
+++ b/
textaslexico.py
@@
-217,7
+217,7
@@
class TgenSpec(AnalyseText):
self.doanalyse()
def doanalyse(self):
- self.tgen = TGen(path = self.parametres['tgenpath'])
+ self.tgen = TGen(path = self.parametres['tgenpath']
, encoding = self.ira.syscoding
)
self.tgen.read(self.tgen.path)
tgenocc, totocc = self.corpus.make_tgen_table(self.tgen, self.parametres['etoiles'])
self.parametres['tgeneff'] = os.path.join(self.parametres['pathout'], 'tgeneff.csv')