X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=corpus.py;h=2e85ed58c413b031f7c4a3bb142de0da4a134755;hp=76ebb660911223bf31496b8d0a23aea56c4d2290;hb=87842df83ba95117fcda5575bc60067a6d3654b0;hpb=432118f2ac3d2f8234c388e77d0fb9e14234750f diff --git a/corpus.py b/corpus.py index 76ebb66..2e85ed5 100644 --- a/corpus.py +++ b/corpus.py @@ -514,7 +514,7 @@ class Corpus : self.lems[lem].act = 2 elif self.lems[lem].gram in gramact : self.lems[lem].act = 1 - elif gramsup is not None : + elif gramsup is not None and self.lems[lem].gram not in gramact: if self.lems[lem].gram in gramsup : self.lems[lem].act = 2 else :