projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f825cf
)
export classe
author
Pierre
<ratinaud@univ-tlse2.fr>
Sun, 17 Feb 2013 20:20:21 +0000
(21:20 +0100)
committer
Pierre
<ratinaud@univ-tlse2.fr>
Sun, 17 Feb 2013 20:20:21 +0000
(21:20 +0100)
corpus.py
patch
|
blob
|
history
diff --git
a/corpus.py
b/corpus.py
index
5a18f62
..
ee80d9e
100644
(file)
--- a/
corpus.py
+++ b/
corpus.py
@@
-434,7
+434,7
@@
class Corpus :
f.write(guce.encode(self.parametres['syscoding']) + '\n\n')
def export_classe(self, outf, classe, lem = False) :
- sts = self.lc[classe]
+ sts = self.lc[classe
- 1
]
res = self.getconcorde(sts)
self.make_iduces()
with open(outf, 'w') as f :